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): audit and backfill options for am subcommands; add requires_git_version to Base
- refactor(commands): backfill post-2.28.0 options for worktree/remove, repair, unlock
- 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
- refactor: CatFile::Batch#run_batch duplicates Base#execute_command logic
- Review commands that override Base#call to determine if logic can be moved upstream
- Docs
- 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
- Git::Lib#migrate_clean_legacy_options
- Git::Commands::Arguments#raise_max_times_exceeded!
- Git::Commands::Arguments#normalize_flag_integer_value!
- Git::Commands::Arguments#raise_negatable_flag_boolean_error!