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: b9c7c5c
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: 49db88b
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 22, 2020

  1. Include version.rb, providing Git::VERSION (#436)

    Developer's Certificate of Origin 1.1
    
    By making a contribution to this project, I certify that:
    
    (a) The contribution was created in whole or in part by me and I
        have the right to submit it under the open source license
        indicated in the file; or
    
    (b) The contribution is based upon previous work that, to the
        best of my knowledge, is covered under an appropriate open
        source license and I have the right under that license to
        submit that work with modifications, whether created in whole
        or in part by me, under the same open source license (unless
        I am permitted to submit under a different license), as
        Indicated in the file; or
    
    (c) The contribution was provided directly to me by some other
        person who certified (a), (b) or (c) and I have not modified
        it.
    
    (d) I understand and agree that this project and the contribution
        are public and that a record of the contribution (including
        all personal information I submit with it, including my
        sign-off) is maintained indefinitely and may be redistributed
        consistent with this project or the open source license(s)
        involved.
    
    Signed-off-by: cyclotron3k <aidan.samuel@gmail.com>
    cyclotron3k authored and jcouball committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    e40e074 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Removed blank after method name to fix warning (#439)

    This change fixes the warning:
    
    Users/USER/rvm/gems/ruby-2.7.0-rc1@ruby2.7-no-rails/gems/git-1.5.0/lib/git/branch.rb:40:
    warning: parentheses after method name is interpreted as an argument list, not a decomposed argument
    
    This fix was originally proposed by @jasnow
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    e44c18e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Update instructions for making contributions (#438)

    The intent was to structure the instructions better without making
    actual changes to the contribution rules.
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Jan 25, 2020
    Configuration menu
    Copy the full SHA
    5fadba8 View commit details
    Browse the repository at this point in the history
  2. Add James Couball to the maintainers list. (#437)

    Add instructions for releasing the git gem
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Jan 25, 2020
    Configuration menu
    Copy the full SHA
    7e5bdc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Release v1.6.0 (#443)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Feb 2, 2020
    Configuration menu
    Copy the full SHA
    49db88b View commit details
    Browse the repository at this point in the history
Loading