Thanks to visit codestin.com
Credit goes to github.com

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: libgit2/libgit2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58eea5e
Choose a base ref
...
head repository: libgit2/libgit2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f6f6eb
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on May 30, 2014

  1. Configuration menu
    Copy the full SHA
    49837fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2388 from ethomson/safecrlf_ignore_warn

    Ignore core.safecrlf=warn until we have a warn infrastructure
    Vicent Marti committed May 30, 2014
    Configuration menu
    Copy the full SHA
    4cf8268 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2014

  1. Configuration menu
    Copy the full SHA
    947a58c View commit details
    Browse the repository at this point in the history
  2. minor cleanups

    arrbee committed May 31, 2014
    Configuration menu
    Copy the full SHA
    bc81220 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2391 from libgit2/rb/clean-up-diff-binary-print

    Minor fixes to binary diff code
    Vicent Marti committed May 31, 2014
    Configuration menu
    Copy the full SHA
    9bc2813 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2014

  1. remote: build up the list of refs to remove

    When removing the remote-tracking branches, build up the list and remove
    in two steps, working around an issue with the iterator. Removing while
    we're iterating over the refs can cause us to miss references.
    carlosmn committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    8a9419a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2392 from libgit2/cmn/remote-delete

    remote: build up the list of refs to remove
    Vicent Marti committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    2f6f6eb View commit details
    Browse the repository at this point in the history
Loading