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: RickCSong/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 8 files changed
  • 3 contributors

Commits on May 11, 2012

  1. Added git-blame command

    Tim Morgan committed May 11, 2012
    Configuration menu
    Copy the full SHA
    01476ff View commit details
    Browse the repository at this point in the history

Commits on May 14, 2012

  1. Return nil if the objectish doesn't exist

    Tim Morgan committed May 14, 2012
    Configuration menu
    Copy the full SHA
    0e64b62 View commit details
    Browse the repository at this point in the history
  2. Add --mirror option to git-clone

    Tim Morgan committed May 14, 2012
    Configuration menu
    Copy the full SHA
    da66aa8 View commit details
    Browse the repository at this point in the history
  3. Fix for JRuby

    Tim Morgan committed May 14, 2012
    Configuration menu
    Copy the full SHA
    e6a872b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2012

  1. I guess trees can have commits in them too

    Tim Morgan committed Jun 21, 2012
    Configuration menu
    Copy the full SHA
    473d8ec View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2013

  1. make sure git log commands have no color characters

    I think I needed this becuase I have color always in my .gitconfig
    William Harris committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    1fe5b80 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2013

  1. Merge pull request #2 from upscalews/git-log_no_color

    make sure git log commands have no color characters
    RISCfuture committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    c4c3e3b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. Fix bug where UTF-16-encoded blobs were improperly chomped as if they…

    … were UTF-8 encoded
    Tim Morgan committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    6ab7a70 View commit details
    Browse the repository at this point in the history
  2. Chomp newlines except for object_contents

    Tim Morgan committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    2d2204a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2013

  1. Merge remote-tracking branch 'schacon/master'

    * schacon/master: (38 commits)
      Update README.md
      Re-enabling travis for every ruby implementation
      TempFile changes to support JRUBY
      trying  jruby build
      raise expects the stacktrace to be an array.
      --no-color as default for log commands.
      Removing duplications
      Re-enabling ruby 2.0.0 and ruby-head on travis.
      Cleaning up warnings  * unused local variables  * redefined methods on the same file and class
      Updating g.add doc
      Adding support for :all option on Git::Base#add and Git::Lib#add Adding tests
      Adding tests over #remove for remotes.
      Adding #remove_remote to Git::Base (adding some tests too)
      Removing jruby and ruby 2 from travis until we fix related issues with the tests.
      Removing old doc (it's working now) closes #42
      Validating tmp_path before try to create the directory on #in_temp_dir (test helpe) closes #66
      Setting up git user name and email before tests (if they are not present)
      Adding :track => <branch_name> and :fetch => true option to add_remote Adding tests too closes #40
      Removing ruby-prof from the gemfile (problems with cext) updating .travis.yml
      Adding test for #clone with :config options
      ...
    
    Conflicts:
    	lib/git/lib.rb
    	lib/git/path.rb
    Tim Morgan committed May 15, 2013
    Configuration menu
    Copy the full SHA
    356dae6 View commit details
    Browse the repository at this point in the history
  2. Spec fixes

    Tim Morgan committed May 15, 2013
    Configuration menu
    Copy the full SHA
    2da2ed3 View commit details
    Browse the repository at this point in the history
Loading