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: master
Choose a base ref
...
head repository: robbydyer/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 2 files changed
  • 1 contributor

Commits on May 2, 2013

  1. Adding support for --tags flag on fetch

    Robert Dyer committed May 2, 2013
    Configuration menu
    Copy the full SHA
    7b558e1 View commit details
    Browse the repository at this point in the history
  2. Bump version to custom

    Robert Dyer committed May 2, 2013
    Configuration menu
    Copy the full SHA
    e3f8268 View commit details
    Browse the repository at this point in the history
  3. Version back to previous

    Robert Dyer committed May 2, 2013
    Configuration menu
    Copy the full SHA
    04da6f6 View commit details
    Browse the repository at this point in the history
  4. Add functions to delete a local tag

    Robert Dyer committed May 2, 2013
    Configuration menu
    Copy the full SHA
    16aae2f View commit details
    Browse the repository at this point in the history
  5. Testing tag delete from object

    Robert Dyer committed May 2, 2013
    Configuration menu
    Copy the full SHA
    0f3da4c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2013

  1. Make delete_local_tag work with Tag object or tag name

    Robert Dyer committed May 6, 2013
    Configuration menu
    Copy the full SHA
    6baf8c0 View commit details
    Browse the repository at this point in the history
  2. Syntax fix

    Robert Dyer committed May 6, 2013
    Configuration menu
    Copy the full SHA
    c48e629 View commit details
    Browse the repository at this point in the history
  3. Make Tag Git::Tag?

    Robert Dyer committed May 6, 2013
    Configuration menu
    Copy the full SHA
    c32bcdb View commit details
    Browse the repository at this point in the history
  4. Check for String type instead

    Robert Dyer committed May 6, 2013
    Configuration menu
    Copy the full SHA
    77c6a67 View commit details
    Browse the repository at this point in the history
Loading