-
Notifications
You must be signed in to change notification settings - Fork 533
Comparing changes
Open a pull request
base repository: ruby-git/ruby-git
base: cfcf40f
head repository: ruby-git/ruby-git
compare: b588e66
- 9 commits
- 17 files changed
- 6 contributors
Commits on Apr 1, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for dd5a24d - Browse repository at this point
Copy the full SHA dd5a24dView commit details
Commits on Sep 18, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for b1799f6 - Browse repository at this point
Copy the full SHA b1799f6View commit details
Commits on Sep 19, 2023
-
show .log example with count in README, fixes #667 (#668)
Signed-off-by: Felix Wolfsteller <felix.wolfsteller@betterplace.org>
Configuration menu - View commit details
-
Copy full SHA for dce6816 - Browse repository at this point
Copy the full SHA dce6816View commit details
Commits on Oct 3, 2023
-
Document how to delete a remote branch (#672)
Signed-off-by: James Couball <jcouball@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 8481f8c - Browse repository at this point
Copy the full SHA 8481f8cView commit details
Commits on Nov 19, 2023
-
Explicitly name remote tracking branch in test (#676)
Signed-off-by: James Couball <jcouball@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 0bb965d - Browse repository at this point
Copy the full SHA 0bb965dView commit details
Commits on Dec 26, 2023
-
Refactor tests for read_tree, write_tree, and commit_tree (#679)
Signed-off-by: James Couball <jcouball@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for e64c2f6 - Browse repository at this point
Copy the full SHA e64c2f6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b0d89ac - Browse repository at this point
Copy the full SHA b0d89acView commit details
Commits on Dec 28, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3bdb280 - Browse repository at this point
Copy the full SHA 3bdb280View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b588e66 - Browse repository at this point
Copy the full SHA b588e66View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cfcf40f...b588e66