-
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: v1.9.1
head repository: ruby-git/ruby-git
compare: v1.10.0
- 7 commits
- 10 files changed
- 6 contributors
Commits on Dec 17, 2021
-
Require pathname module (#536)
... otherwise the test fails with: TestWorktree: test_worktree_add_and_remove: .: (0.080734) test_worktree_prune: .: (0.055268) test_worktrees_all: .: (0.037409) test_worktrees_single: E =============================================================================== Error: test_worktrees_single(TestWorktree): NameError: uninitialized constant TestWorktree::Pathname /<<PKGBUILDDIR>>/tests/units/test_worktree.rb:51:in `test_worktrees_single' 48: 49: def test_worktrees_single 50: worktree = @git.worktrees.first => 51: git_dir = Pathname.new(@git.dir.to_s).realpath.to_s 52: assert_equal(worktree.dir, git_dir) 53: assert_equal(worktree.gcommit, SAMPLE_LAST_COMMIT) 54: end =============================================================================== : (0.041215) Signed-off-by: Daniel Leidert <daniel.leidert@wgdd.de>
Configuration menu - View commit details
-
Copy full SHA for 1023f85 - Browse repository at this point
Copy the full SHA 1023f85View commit details -
Add support for the
git merge --no-commit
argument (#538)Docs at: https://git-scm.com/docs/git-merge#Documentation/git-merge.txt---no-commit Signed-off-by: Jon Dufresne <jon.dufresne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff98c42 - Browse repository at this point
Copy the full SHA ff98c42View commit details -
Add support for
git init --initial-branch=main
argument (#539)Signed-off-by: Jon Dufresne <jon.dufresne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cba37e - Browse repository at this point
Copy the full SHA 6cba37eView commit details -
#533 Add --depth options for fetch call (#534)
Signed-off-by: Alexande B <abobrikovich@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 984ff7f - Browse repository at this point
Copy the full SHA 984ff7fView commit details -
Add -ff option to git clean (#529)
Git will refuse to modify untracked nested git repositories (directories with a .git subdirectory) unless a second -f is given. This adds the ability to pass "-ff" to git clean to enable removing directories with a .git subdirectory. An example use case is when a gem from a git source is cached in vendor/cache/some_gem Removing this with "git clean" would require "git clean -dff" Signed-off-by: Cameron Walsh <cameron.walsh@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3884314 - Browse repository at this point
Copy the full SHA 3884314View commit details
Commits on Dec 20, 2021
-
Refactor directory initialization (#544)
Signed-off-by: James Couball <jcouball@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 8feb4ff - Browse repository at this point
Copy the full SHA 8feb4ffView commit details -
Signed-off-by: James Couball <couballj@verizonmedia.com> Co-authored-by: James Couball <couballj@verizonmedia.com>
Configuration menu - View commit details
-
Copy full SHA for 8acec7d - Browse repository at this point
Copy the full SHA 8acec7dView 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 v1.9.1...v1.10.0