ruby-git
https://github.com/ruby-git/ruby-git
Ruby
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
19 Subscribers
Add a CodeTriage badge to ruby-git
Help out
- Issues
- refactor(commands): update read-tree, repack, reset, rev-parse, rm per implementation skill (batch 7)
- Update Diff command class per implementation skill
- DSL: no clean way to express an operation-selector flag that also accepts an optional value
- Update addressable dependency constraint to `~> 2.9` in 6.0.0
- flag_or_value_option type: [TrueClass, String] is too narrow for action-option-with-optional-value commands
- Deprecate legacy version methods in favor of git_version and validate_version!
- Git version gating and option completeness
- Backfill post-2.28.0 options into existing command classes
- Add command-level git version gating to Git::Commands::Base
- Scaffold 10 commands added after git 2.28.0
- Docs
- Git::Lib#deprecate_commit_no_gpg_sign_option!
- Test::Unit::TestCase#truffleruby_platform?
- Git::Commands::Base.requires_git_version
- Git::Commands::Base.minimum_git_version
- Git::Lib#normalize_clean_force_option
- Git::Lib#merge_integer_clean_force_option
- Git::Lib#merge_clean_force_option
- Git::Lib#validate_deprecated_clean_option_value!
- Git::Lib#force_option_specified?
- Git::Lib#deprecate_clean_option