-
Notifications
You must be signed in to change notification settings - Fork 533
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v3.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ruby-git/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 25 files changed
- 2 contributors
Commits on Feb 27, 2025
-
Signed-off-by: James Couball <jcouball@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 1a5092a - Browse repository at this point
Copy the full SHA 1a5092aView commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b060e47 - Browse repository at this point
Copy the full SHA b060e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f407b92 - Browse repository at this point
Copy the full SHA f407b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d44146 - Browse repository at this point
Copy the full SHA 9d44146View commit details
Commits on May 14, 2025
-
Improved error message of rev_parse
As described by git-rev-parse: Many Git porcelainish commands take mixture of flags (i.e. parameters that begin with a dash -) and parameters meant for the underlying git rev-list command they use internally and flags and parameters for the other commands they use downstream of git rev-list. This command is used to distinguish between them. Using the `--` to separate revisions from paths is at the core of git. I do not think this behavior will ever change. The message without the extra parameters: fatal: ambiguous argument 'v3': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' The message with new parameters: fatal: bad revision 'NOTFOUND' I think it's way more descriptive.
Configuration menu - View commit details
-
Copy full SHA for b47eedc - Browse repository at this point
Copy the full SHA b47eedcView commit details -
Signed-off-by: James Couball <jcouball@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 3137426 - Browse repository at this point
Copy the full SHA 3137426View commit details
Commits on May 15, 2025
-
chore: enforce conventional commit messages with husky and commitlint
- Add steps to bin/setup to install husky and the commitlint npm packages - Configure husky to run commitlint via the commit-msg hook - Add commitlint configuration based on my specific preferences - Add npm specific files (node_modules/, package-lock.json) to .gitignore
Configuration menu - View commit details
-
Copy full SHA for 7ebe0f8 - Browse repository at this point
Copy the full SHA 7ebe0f8View commit details -
chore: enforce conventional commit messages with a GitHub action
- Add a GitHub Actions workflow to enforce conventional commits - Add commitlint configuration based on my specific preferences
Configuration menu - View commit details
-
Copy full SHA for 1da4c44 - Browse repository at this point
Copy the full SHA 1da4c44View commit details -
build: automate continuous delivery workflow
Use googleapis/release-please-action and rubygems/release-gem actions to automate releasing and publishing new gem versions to rubygems.
Configuration menu - View commit details
-
Copy full SHA for 06480e6 - Browse repository at this point
Copy the full SHA 06480e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8611f1 - Browse repository at this point
Copy the full SHA c8611f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 880d38e - Browse repository at this point
Copy the full SHA 880d38eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a832259 - Browse repository at this point
Copy the full SHA a832259View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3b07d - Browse repository at this point
Copy the full SHA df3b07dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f647a18 - Browse repository at this point
Copy the full SHA f647a18View commit details
Commits on May 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3dab0b3 - Browse repository at this point
Copy the full SHA 3dab0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7da131 - Browse repository at this point
Copy the full SHA b7da131View commit details
Loading
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 v3.0.0...master