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
- feat: rename facade methods to {noun}_{verb} convention; keep old names as deprecated aliases
- feat: add Git::Config#logger for a process-wide default logger
- ls_remote: :ref value in returned hash is only the first path segment, not the full ref
- Promote `unmerged` to `Git::Repository::Merging`
- Promote `stash_list` to `Git::Repository::Stashing` as a deprecated method
- Promote `change_head_branch` to `Git::Repository::Branching`
- Extend `config()` with `:file` for read overloads and add deprecated `parse_config` alias
- Add `global_config()` facade and deprecated `global_config_get/list/set` aliases to `Git::Repository::Configuring`
- Add deprecated `config_get`, `config_list`, `config_set` aliases to `Git::Repository::Configuring`
- Add `Git::Base` delegator for `branch_current` → `current_branch`
- Docs