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: thomasbiddle/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.
  • 20 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 19, 2012

  1. Configuration menu
    Copy the full SHA
    f064b77 View commit details
    Browse the repository at this point in the history
  2. bump version #

    TJ Biddle committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    92653eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8de13e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2012

  1. Patch version bump. Git pull is a fetch and merge, but it needs to me…

    …rge the remote - otherwise there is nothing to merge
    TJ Biddle committed Sep 20, 2012
    Configuration menu
    Copy the full SHA
    a0afc0e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2012

  1. edge case was causing an error where it would fail out when getting t…

    …he commit message.
    TJ Biddle committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    f990f8b View commit details
    Browse the repository at this point in the history
  2. Version bump to 1.2.6

    TJ Biddle committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    e8764c2 View commit details
    Browse the repository at this point in the history
  3. Version bump to 1.2.7

    TJ Biddle committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    1ad754c View commit details
    Browse the repository at this point in the history
  4. Version bump to 1.2.8

    TJ Biddle committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    3caaebb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2013

  1. No idea why I changed pull to merge this way, but the original was co…

    …rrect.
    TJ Biddle committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    56300bf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2013

  1. Updating pull method to do a normal git pull with it's remove and bra…

    …nch specified rather than do a fetch and merge.
    TJ Biddle committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    129e798 View commit details
    Browse the repository at this point in the history
  2. Adding git clean command.

    TJ Biddle committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    67083e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. Updating the git pull command so that we can pass in by option the re…

    …mote and branch, and it will default to whatever is the normal for the current branch. This way we can also pull in a single remote.
    TJ Biddle committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    26e6242 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. Adding support for submodules.

    TJ Biddle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    4ee3e34 View commit details
    Browse the repository at this point in the history
  2. version bump

    TJ Biddle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    ffe46da View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Fixing issue where branches with forward slashes '/' were not being p…

    …roperly built.
    TJ Biddle committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    97e4064 View commit details
    Browse the repository at this point in the history
  2. version bump

    TJ Biddle committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    b88e05e View commit details
    Browse the repository at this point in the history
  3. When checking out a branch it was actually adding the new_branch opti…

    …on as an argument. What would the argument be? We're already adding on the branch at the end - -b doesn't take an arugmeny...
    TJ Biddle committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    fc5e634 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2013

  1. Add git rebase command.

    TJ Biddle committed Aug 5, 2013
    Configuration menu
    Copy the full SHA
    13374a0 View commit details
    Browse the repository at this point in the history
  2. Adding git clean command.

    TJ Biddle committed Aug 5, 2013
    Configuration menu
    Copy the full SHA
    5572a5a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Merge branch 'add_git_clean_command'

    TJ Biddle committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    dc1aa56 View commit details
    Browse the repository at this point in the history
Loading