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: ruby-git/ruby-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cfcf40f
Choose a base ref
...
head repository: ruby-git/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b588e66
Choose a head ref
  • 9 commits
  • 17 files changed
  • 6 contributors

Commits on Apr 1, 2023

  1. Add --filter to Git.clone for partial clones (#663)

    Add in support for git clone --filter option so you can do partial clones with. For example, Git.clone(..., filter: 'tree:0') would result in git clone ... --filter tree:0
    
    Signed-off-by: Andy Meneely <andy.meneely@gmail.com>
    andymeneely authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    dd5a24d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Update test of 'git worktree add' with no commits (#670)

    * Add Git::Lib#compare_version_to(other_version)
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    
    * Update test of 1git worktree add1 with no commits
    
    git-2.42.0 changes the behavior of `git worktree add` when there are no commits in the repository. Prior to 2.42.0, an error would result with creating a new worktree. Starting wtih 2.42.0, git will create a new, orphaned branch for the worktree.
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    
    * Rewrite test_repack so it works in Windows
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    
    ---------
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b1799f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. show .log example with count in README, fixes #667 (#668)

    Signed-off-by: Felix Wolfsteller <felix.wolfsteller@betterplace.org>
    fwolfst authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dce6816 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Document how to delete a remote branch (#672)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8481f8c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Explicitly name remote tracking branch in test (#676)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    0bb965d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Refactor tests for read_tree, write_tree, and commit_tree (#679)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e64c2f6 View commit details
    Browse the repository at this point in the history
  2. Remove calls to Dir.chdir (#673)

    In multithreaded environment Dir.chdir changes current directory of all process' threads, so other threads might
    misbehave.
    
    Base#chdir, Base#with_working and Base#with_temp_working were left intact, cause they are not used internally, so it's
    an explicit user decision to use them.
    
    Signed-off-by: Pavel Forkert <fxposter@gmail.com>
    fxposter authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b0d89ac View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Add option to push all branches to a remote repo at one time (#678)

    Signed-off-by: Chris Grant <chrisgrant@resoluteoil.com>
    Co-authored-by: Chris Grant <chrisgrant@resoluteoil.com>
    interhive and gfzdw authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3bdb280 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Release v1.19.0

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b588e66 View commit details
    Browse the repository at this point in the history
Loading