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: v1.4.0
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: v1.5.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 8 contributors

Commits on Jun 20, 2018

  1. Creates CONTRIBUTOR and MAINTAINERS files (#353)

    * * moving CHANGELOG to markdown to get benefits of the format that it is written in
    * adding CONTRIBUTING and MAINTAINERS markdown file based on projects that I have worked it (discussion still open for final)
    * adding new files and extension to gemspec
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * fixing dco anchor
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * using markdown formats
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * adding pull request requirements and license information
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * adding github templates for issues/pull requests
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    
    * fixing comments to PR
    
    * updating Github to GitHub
    * completing sentence for DCO signoff
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    tarcinil authored and perlun committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4aa6d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ab2c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Allow fetch operation to receive a ref param (#362)

    * Allow fetch operation to receive a `ref` param
    addresses #361
    
    * Update remote object
    
    * remove .ruby-version
    
    * Use options instead of separate param
    
    * Update for comments
    
    * Update for style
    taquitos authored and perlun committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    e7f1880 View commit details
    Browse the repository at this point in the history
  2. config_get: Fix incorrect block name (#373)

    Signed-off-by: Joshua Liebowitz <taquitos@google.com>
    taquitos authored and perlun committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    4435e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5b0ec0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. .travis.yml: Update supported Ruby versions (#371)

    - Drop 1.9, 2.0 and 2.1 which are EOL
    - Update 2.3, 2.4 and 2.5 specifiers (only specify minor version, not patch level)
    - Update JRuby to use latest and greatest
    
    Signed-off-by: Per Lundberg <perlun@gmail.com>
    perlun authored Jul 6, 2018
    Configuration menu
    Copy the full SHA
    27715e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Check if branch contains commit (#174)

    This allows the user to see if an arbitrary commit is contained within a
    branch. For example you can check to see if a branch was merged into
    master with `git.branch('master').contains?('feature')`. Or you can see
    if your feature branch has the latest master commit with
      `git.branch('feature').contains?('master')`
    kwstannard authored and perlun committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    3bbf612 View commit details
    Browse the repository at this point in the history
  2. commit with custom author date (#374)

    Signed-off-by: mgarciaisaia <mgarciaisaia+github@gmail.com>
    mgarciaisaia authored and tarcinil committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    f911c26 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Support 'push <remote> <branch> --delete' (#325)

    Signed-off-by: Kody <im@kdy.ch>
    mkody authored and tarcinil committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    7ff5d78 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. using File as a block so that it tears down once everything has compl…

    …eted, adding a API directly in stashes, and adding testing around it. (#378)
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    tarcinil authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    9341416 View commit details
    Browse the repository at this point in the history
  2. removing un-needed file as we are now using Git::VERSION from inside …

    …the lib/git (#379)
    
    Signed-off-by: Vern Burton <me@vernburton.com>
    tarcinil authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    6d5bacd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Release v1.5.0

    perlun committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    fd2642a View commit details
    Browse the repository at this point in the history
Loading