Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-git/go-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.8.1
Choose a base ref
...
head repository: go-git/go-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.9.0
Choose a head ref
  • 15 commits
  • 16 files changed
  • 7 contributors

Commits on Jan 3, 2022

  1. Add Amend option to CommitOptions

    Adds an Amend option to CommitOptions that behaves like git --amend.
    This change includes modifications to the Validate function to disallow
    a Commit call with both Amend and either Parents or All enabled.
    John Cai committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    5882d60 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    a105da8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Merge pull request #820 from ninedraft/ninedraft/issue740

    plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740
    pjbgf authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    4ec6b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f68d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #438 from john-cai/jc/commit-ammend

    Add Amend option to CommitOptions
    pjbgf authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    cd6170c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. *: Bump goproxy dep. Fixes #826

    CVE-2023-37788 is patched in goproxy v0.0.0-20230731152917-f99041a5c027
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    svghadi committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f71a449 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #832 from svghadi/CVE-2023-37788

    Update goproxy dependency to fix CVE-2023-37788 vulnerability
    pjbgf authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cd3a21c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    753b0d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #821 from daolis/bug/resetfix

    git: worktree, reset ignored files that are part of the worktree: Fixes #819
    pjbgf authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    0377d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. plumbing: Do not swallow http message coming from VCS providers.

    For diagnostics reasons we want to surface error messages coming from VCS providers.
    That's why we introduce the reason field to Err struct in http package.
    This field can be used by an end user of the library in order to better understand failures.
    matejrisek committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5ad72db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #835 from matejrisek/feature/do-not-swallow-vcs-ho…

    …st-errors
    
    plumbing: Do not swallow http message coming from VCS providers
    pjbgf authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    51e9c9f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. *: Bump dependencies

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cf3a75c View commit details
    Browse the repository at this point in the history
  2. *: Bump to Go 1.19

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cbbeb49 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request #837 from pjbgf/bump

    Bump dependencies and Go to 1.19
    pjbgf authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ff0bd08 View commit details
    Browse the repository at this point in the history
  2. *: Bump go-billy to v5.5.0

    mcuadros committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e24e0f7 View commit details
    Browse the repository at this point in the history
Loading