An open API service for providing issue and pull request metadata for open source projects.

GitHub / ruby-git/ruby-git issues and pull requests

#838 - Rearrange README so that Summary is at the top

Pull Request - State: closed - Opened by jcouball 23 days ago

#837 - docs: minor change to the architecture redesign document

Pull Request - State: closed - Opened by jcouball 23 days ago

#836 - chore: release v4.0.5

Pull Request - State: open - Opened by jcouball 23 days ago
Labels: autorelease: pending

#835 - Document and announce the proposed architectural redesign

Pull Request - State: closed - Opened by jcouball 24 days ago

#834 - Document and Announce the git gem's architectural redesign

Pull Request - State: closed - Opened by jcouball 24 days ago

#833 - Add tests for deprecations

Pull Request - State: closed - Opened by jcouball 24 days ago

#832 - chore: release v4.0.4

Pull Request - State: closed - Opened by jcouball 24 days ago - 1 comment
Labels: autorelease: tagged

#831 - chore: release v4.0.3

Pull Request - State: closed - Opened by jcouball 24 days ago

#830 - Fix deprecations and improve warning reporting

Pull Request - State: closed - Opened by jcouball 24 days ago

#829 - Don't silence deprecations in tests

Issue - State: closed - Opened by jcouball 24 days ago - 1 comment

#828 - chore: release v4.0.2

Pull Request - State: closed - Opened by jcouball 24 days ago - 1 comment
Labels: autorelease: tagged

#827 - Announce adoption of RuboCop

Pull Request - State: closed - Opened by jcouball 24 days ago

#826 - Don't trigger our own deprecation warning

Pull Request - State: closed - Opened by nevinera 25 days ago - 3 comments

#825 - Fix Rubocop Metrics/ClassLength offense

Pull Request - State: closed - Opened by jcouball 26 days ago

#824 - Fix Rubocop Metrics/AbcSize offense

Pull Request - State: closed - Opened by jcouball 26 days ago

#823 - Fix Rubocop Metrics/CyclomaticComplexity offense

Pull Request - State: closed - Opened by jcouball 26 days ago

#822 - Fix Rubocop Metrics/PerceivedComplexity offense

Pull Request - State: closed - Opened by jcouball 26 days ago

#821 - Fix typo in status.rb

Pull Request - State: closed - Opened by frostyfab 28 days ago

#820 - Avoid deprecated dsa for tests keys

Pull Request - State: open - Opened by traylenator 28 days ago - 2 comments

#819 - Fix Rubocop Metrics/MethodLength offense

Pull Request - State: closed - Opened by jcouball 29 days ago

#818 - Fix Rubocop Offenses

Pull Request - State: closed - Opened by jcouball 30 days ago

#817 - chore: release v4.0.1

Pull Request - State: closed - Opened by jcouball 30 days ago - 1 comment
Labels: autorelease: tagged

#816 - Integrate Rubocop for code quality

Pull Request - State: closed - Opened by jcouball 30 days ago

#814 - Refactor Git::Log to use explicit execution with #execute method

Pull Request - State: closed - Opened by jcouball 30 days ago

#813 - Redesign Git::Log for explicit execution

Issue - State: open - Opened by jcouball 30 days ago

#812 - Remove unneeded explicit return statements

Pull Request - State: closed - Opened by jcouball 30 days ago

#811 - Upgrade to ProcessExecuter 4.x

Pull Request - State: closed - Opened by jcouball 30 days ago

#810 - Upgrade to ProcessExecuter 4.x

Pull Request - State: closed - Opened by jcouball 30 days ago - 1 comment

#809 - chore: release v4.0.0

Pull Request - State: closed - Opened by jcouball about 1 month ago - 1 comment
Labels: autorelease: tagged

#808 - Upgrade minimally supported Ruby to 3.2

Pull Request - State: closed - Opened by jcouball about 1 month ago

#807 - Upgrade minimally supported Ruby to 3.2

Pull Request - State: closed - Opened by jcouball about 1 month ago - 1 comment

#806 - fix: raise a Git::FailedError if depth < 0 is passed to Git.clone

Pull Request - State: closed - Opened by jcouball about 1 month ago

#805 - Depth validation

Issue - State: closed - Opened by pieterocp about 1 month ago - 4 comments

#804 - Announce default branch change in README

Pull Request - State: closed - Opened by jcouball about 2 months ago

#803 - chore: release v3.1.1

Pull Request - State: closed - Opened by jcouball about 2 months ago - 1 comment
Labels: autorelease: tagged

#802 - Update the project's default branch from 'master' to 'main'

Pull Request - State: closed - Opened by jcouball about 2 months ago

#801 - Skip experimental build workflow for release PRs

Pull Request - State: closed - Opened by jcouball 3 months ago

#800 - Skip CI for release PRs

Pull Request - State: closed - Opened by jcouball 3 months ago

#799 - Support the git log --merges option

Pull Request - State: closed - Opened by jcouball 3 months ago

#798 - chore: release v3.1.0

Pull Request - State: closed - Opened by jcouball 3 months ago - 1 comment
Labels: autorelease: tagged

#797 - Document guidelines for Conventional Commits

Pull Request - State: closed - Opened by jcouball 3 months ago

#796 - chore: release v3.0.2

Pull Request - State: closed - Opened by jcouball 3 months ago - 1 comment
Labels: autorelease: tagged

#795 - Change release workflow trigger branch to master

Pull Request - State: closed - Opened by jcouball 3 months ago

#794 - Automate gem release workflow

Pull Request - State: closed - Opened by jcouball 3 months ago

#793 - Enforce conventional commit messages with GitHub Action

Pull Request - State: closed - Opened by jcouball 3 months ago

#792 - Enforce conventional commit messages with husky and commitlint

Pull Request - State: closed - Opened by jcouball 3 months ago

#791 - Automate Releases with release-please-action

Issue - State: closed - Opened by jcouball 3 months ago - 5 comments

#790 - Release v3.0.1

Pull Request - State: closed - Opened by jcouball 3 months ago

#789 - Improved error message of rev_parse

Pull Request - State: closed - Opened by mpapis 3 months ago - 1 comment

#788 - `--merges`support for Git log

Issue - State: closed - Opened by gstokkink 4 months ago - 4 comments

#787 - Update the development dependency on the minitar gem

Pull Request - State: closed - Opened by jcouball 5 months ago

#786 - Set the locale when running git commands to en_US.UTF-8

Pull Request - State: closed - Opened by jcouball 5 months ago

#785 - Release v3.0.0

Pull Request - State: closed - Opened by jcouball 5 months ago

#784 - Refactor Git::CommandLine to use ProcessExecuter.run

Pull Request - State: closed - Opened by jcouball 5 months ago

#783 - feat: update dependenices

Pull Request - State: closed - Opened by jcouball 5 months ago

#782 - Support Ruby 3.4 and drop Ruby 3.0 support

Pull Request - State: closed - Opened by jcouball 5 months ago

#781 - Support Ruby 3.4 and drop Ruby 3.0 support

Pull Request - State: closed - Opened by jcouball 5 months ago

#780 - Add frozen_string_literal: true magic comment to files

Pull Request - State: closed - Opened by jcouball 5 months ago

#779 - Repository Update/Scan Reminder

Issue - State: closed - Opened by TuanNguyen2807 7 months ago - 1 comment

#778 - Repository Update/Scan Reminder

Issue - State: closed - Opened by TuanNguyen2807 7 months ago

#777 - Repository Update/Scan Reminder

Issue - State: closed - Opened by TuanNguyen2807 7 months ago

#776 - Repository Update/Scan Reminder

Issue - State: closed - Opened by TuanNguyen2807 7 months ago

#774 - Suggestion: Fixing a typo in the README file.

Issue - State: closed - Opened by ndregs 8 months ago

#772 - Suggestion: Adding comments to undocumented functions.

Issue - State: closed - Opened by ndregs 8 months ago

#771 - Suggestion: Adding missing test cases for a feature.

Issue - State: closed - Opened by ndregs 8 months ago

#770 - Suggestion: Fixing broken links in documentation.

Issue - State: closed - Opened by ndregs 8 months ago - 1 comment

#769 - Suggestion: Resolving a minor bug in the UI layout.

Issue - State: closed - Opened by ndregs 8 months ago - 1 comment

#768 - Suggestion: Adding missing test cases for a feature.

Issue - State: closed - Opened by ndregs 8 months ago - 2 comments

#767 - Suggestion: Fixing broken links in documentation.

Issue - State: closed - Opened by ndregs 8 months ago - 1 comment

#766 - Suggestion: Fixing broken links in documentation.

Issue - State: closed - Opened by ndregs 8 months ago - 2 comments

#765 - Suggestion: Updating outdated dependencies in package.json.

Issue - State: closed - Opened by ndregs 8 months ago - 1 comment

#764 - Suggestion: Fixing a typo in the README file.

Issue - State: closed - Opened by ndregs 8 months ago - 2 comments

#763 - Suggestion: Updating outdated dependencies in package.json.

Issue - State: closed - Opened by ndregs 8 months ago - 3 comments

#762 - Suggestion: Improving variable naming for better readability.

Issue - State: closed - Opened by ndregs 8 months ago - 3 comments

#761 - Suggestion: Enhancing error messages for clarity.

Issue - State: closed - Opened by ndregs 8 months ago - 3 comments

#760 - Release v2.3.3

Pull Request - State: closed - Opened by jcouball 8 months ago

#758 - fix: open3 errors on binary paths with spaces

Pull Request - State: closed - Opened by bcg00ding 8 months ago - 1 comment

#756 - Release v2.3.2

Pull Request - State: closed - Opened by jcouball 8 months ago

#755 - Improve error message for Git::Lib#branches_all

Pull Request - State: closed - Opened by jcouball 8 months ago

#754 - test: add `#run_command` for tests to use instead of backticks

Pull Request - State: closed - Opened by jcouball 9 months ago

#752 - Release v2.3.1

Pull Request - State: closed - Opened by jcouball 9 months ago

#751 - Refactor test scripts and remove duplicate test

Pull Request - State: closed - Opened by jcouball 9 months ago

#749 - saving colons in stash messages from crashes

Pull Request - State: closed - Opened by costa 10 months ago - 9 comments

#748 - Update instructions for building a specific version of Git

Pull Request - State: closed - Opened by jcouball 11 months ago
Labels: internal-change

#747 - Add Git.binary_version to return the version of the git command line

Pull Request - State: closed - Opened by jcouball 11 months ago
Labels: minor-change

#746 - Release v2.3.0

Pull Request - State: closed - Opened by jcouball 11 months ago

#745 - Fix windows CI build

Pull Request - State: closed - Opened by jcouball 11 months ago
Labels: internal-change

#744 - Sanatize object ref sent to cat-file command

Pull Request - State: closed - Opened by jcouball 11 months ago - 1 comment
Labels: minor-change

#743 - Make Git::Base#branch work when HEAD is detached

Pull Request - State: closed - Opened by jcouball 11 months ago
Labels: patch-change

#742 - Calling `.branch` on detached HEAD throws error

Issue - State: closed - Opened by trevor-e 11 months ago - 1 comment

#741 - Release v2.2.0

Pull Request - State: closed - Opened by jcouball 11 months ago

#740 - Omit testing of Git::Lib#commit_data to retrieve gpg sig of signed commits on Windows

Pull Request - State: closed - Opened by jcouball 11 months ago
Labels: internal-change

#739 - Document this gem's (aspirational) design philosophy

Pull Request - State: closed - Opened by jcouball 11 months ago
Labels: internal-change