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: sandbender/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.
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 5, 2010

  1. Added preliminary/basic (works, but doesn't duplicate/support the FUL…

    …L set of blame options from the cli) blame support.
    sandbender committed Sep 5, 2010
    Configuration menu
    Copy the full SHA
    0c7c86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77add1 View commit details
    Browse the repository at this point in the history
  3. Changed call style for Git.blame and Git::Blame.new to allow passing …

    …options hash (don't know how I missed that the first time around... options are pretty useless if you don't have a way of setting them :)
    sandbender committed Sep 5, 2010
    Configuration menu
    Copy the full SHA
    4583bfa View commit details
    Browse the repository at this point in the history
  4. Made BlameLine indexes in the @lines array of a Blame object integers…

    …, as they should be, instead of strings.
    sandbender committed Sep 5, 2010
    Configuration menu
    Copy the full SHA
    6a572c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2010

  1. Fixed bug with parsing of -p --incremental git-blame output (for line…

    … #'s/change group length)
    sandbender committed Sep 6, 2010
    Configuration menu
    Copy the full SHA
    4683e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeab421 View commit details
    Browse the repository at this point in the history
Loading