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/libgit2sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: libgit2/libgit2sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.0
Choose a head ref
  • 16 commits
  • 48 files changed
  • 7 contributors

Commits on Dec 24, 2013

  1. Configuration menu
    Copy the full SHA
    2ff661a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Skip failling tests due to recent github handling modification of inc…

    …lude-tag
    
    Github recently (25th of december, 2013) changed its handling of the include-tag option. Skipping tests while waiting for a proper solution to be found.
    
    Same thing as libgit2/libgit2#2020
    yorah committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    c7b1a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7089f63 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. Prefer git_patch_print to git_diff_print

    This has the nice side effect of allowing binary changes
    to be detected.
    ben committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    7df7b96 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

  1. Update error categories to match libgit2

    Edward Thomson committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    8077fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce1367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9165ae3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2014

  1. Initial merge functionality.

    Bring initial merge functionality to LibGit2Sharp.
    angusbjones authored and jamill committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    cc4bb2d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. Bind git_patch_line_stats

    ben committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    0bbed21 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2014

  1. Configuration menu
    Copy the full SHA
    4e43e4f View commit details
    Browse the repository at this point in the history
  2. Fix xmldoc typo

    ben committed Jan 21, 2014
    Configuration menu
    Copy the full SHA
    a3de5ba View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Speed up postbuild xcopy

    Added `/d` to xcopy so that files are only copied if newer, saving a few seconds of unnecessary I/O on build.
    duncansmart committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    08fb122 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2014

  1. Fix Remotes.Add(name, url, refspec) implementation

    Prevents the creation of a default fetch refspec beside the passed in one.
    nulltoken committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    61e8add View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Configuration menu
    Copy the full SHA
    bc101b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97adc9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb140a View commit details
    Browse the repository at this point in the history
Loading