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: b7da131
Choose a base ref
...
head repository: henrybissonnette/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba4c0c7
Choose a head ref
  • 6 commits
  • 1 file changed
  • 3 contributors

Commits on Feb 2, 2015

  1. Prevent git from using color in git branch

    Henry Bissonnette committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    8cf8c47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from henrybissonnette/branch-no-color

    Prevent git from using color in git branch
    henrybissonnette committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    409cac8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Compatibility with steno logger.

    Don't log if there is nothing to log. Steno logger raises if this is the case. 
    
    In the case where you are attempting a push and everything is up to date, there will be no 'output', causing steno_logger to raise.
    robb-broome authored Dec 19, 2016
    Configuration menu
    Copy the full SHA
    ba0072d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from robb-broome/patch-1

    Compatibility with steno logger.
    henrybissonnette authored Dec 19, 2016
    Configuration menu
    Copy the full SHA
    3f9a7b4 View commit details
    Browse the repository at this point in the history
  3. Handle the empty string case

    For steno logger compatibility, don't log if the first param ('event') is null or empty string.
    robb-broome authored Dec 19, 2016
    Configuration menu
    Copy the full SHA
    8f974df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from robb-broome/patch-2

    Handle the empty string case
    henrybissonnette authored Dec 19, 2016
    Configuration menu
    Copy the full SHA
    ba4c0c7 View commit details
    Browse the repository at this point in the history
Loading