Skip to content
Permalink

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: fd2642a
Choose a base ref
...
head repository: ruby-git/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b9c7c5c
Choose a head ref
  • 9 commits
  • 45 files changed
  • 6 contributors

Commits on Aug 22, 2018

  1. Adding ruby-head and ruby 2.6 to Travis, removing C ext from repo (#382)

    * removing un-needed elements from travis
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * removing cext which is not supported in travis
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * using double quotes
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * adding matrix form
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * using a different matrix
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * install bundler in jruby
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * removing .jrubyrc as C extension support was deprecated in 1.7 and newer versions are missing much of the support (Source: https://github.com/jruby/jruby-cext).
    adding jruby back to the standard matrix
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    tarcinil authored Aug 22, 2018
    Configuration menu
    Copy the full SHA
    7d43d23 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Add support for unshallow (#377)

    Signed-off-by: Stephen Paul Weber <singpolyma@singpolyma.net>
    singpolyma authored and tarcinil committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    b7a1a67 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Support merge-base (#370)

    Signed-off-by: Evgenii Pecherkin <evgenii@toptal.com>
    Evgenii Pecherkin authored and tarcinil committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    a4fbb6b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Do not allow changes to ENV to leak from test to test (#403)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored and perlun committed Feb 17, 2019
    1 Configuration menu
    Copy the full SHA
    9bd4407 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Allow consumers to point git binary via env var (#416)

    By adding a new environment variable called `GIT_PATH` we can allow
    consumers, that is, a user of a gem which itself uses the git gem,
    to customize the location of the git binary.
    
    Example: Having a gem called `git-tool` that uses this gem `git`, if I,
    as a user wants to modify the git bin location, I could do:
    ```
    GIT_PATH=/foo/bin git-tool bar
    ```
    
    Signed-off-by: Salim Afiune <afiune@chef.io>
    Salim Afiune authored and perlun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    2402674 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Implementation and tests required to ensure that command output encod…

    …ing does not raise an exception (#405)
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    f5cd6a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Fix Stalebot settings to not auto-close old issues/PRs (#433)

    Signed-off-by: Per Lundberg <perlun@gmail.com>
    perlun authored and jcouball committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    d916b45 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Update version for pre-release (#435)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Jan 20, 2020
    Configuration menu
    Copy the full SHA
    a107e87 View commit details
    Browse the repository at this point in the history
  2. Release v1.6.0.pre1

    jcouball committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    b9c7c5c View commit details
    Browse the repository at this point in the history
Loading