-
Notifications
You must be signed in to change notification settings - Fork 922
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: libgit2/libgit2sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 93 files changed
- 7 contributors
Commits on May 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 02638bb - Browse repository at this point
Copy the full SHA 02638bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88cf0d9 - Browse repository at this point
Copy the full SHA 88cf0d9View commit details
Commits on May 5, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0394ec6 - Browse repository at this point
Copy the full SHA 0394ec6View commit details
Commits on May 6, 2013
-
Configuration menu - View commit details
-
Copy full SHA for dc208c9 - Browse repository at this point
Copy the full SHA dc208c9View commit details
Commits on May 8, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3f0efa0 - Browse repository at this point
Copy the full SHA 3f0efa0View commit details
Commits on May 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c000936 - Browse repository at this point
Copy the full SHA c000936View commit details
Commits on May 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for e39a21d - Browse repository at this point
Copy the full SHA e39a21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1787c61 - Browse repository at this point
Copy the full SHA 1787c61View commit details
Commits on May 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 5331dea - Browse repository at this point
Copy the full SHA 5331deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eba13d - Browse repository at this point
Copy the full SHA 7eba13dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e210b9b - Browse repository at this point
Copy the full SHA e210b9bView commit details
Commits on May 25, 2013
-
* ContextLines * InterhunkLines Closes #423
Configuration menu - View commit details
-
Copy full SHA for 96553df - Browse repository at this point
Copy the full SHA 96553dfView commit details
Commits on May 26, 2013
-
Update libgit2 binaries to 5aee963
libgit2/libgit2@b641c00...5aee963 This also change naming convention of libgit2 binaries. Each LibGit2Sharp version works against a specific version of libgit2. LibGit2Sharp managed code relies on the dynamic loader to find the proper libgit2 binary. This binary is located in a directory structure next to the managed assembly, and the loader is instructed to search within this directory structure. Up until now, the binary being searched for was bearing a generic name: [lib]git2.(dll|so|dylib). However, on Windows, if one older version of the native binary, with the same name, is already loaded in the memory, the loader will reuse this one, no matter what directory it's been loaded from. Chances are great that this old libgit2 version is incompatible with what the newer version of LibGit2Sharp expects from its API or behavior. In order to mitigate this, libgit2 binaries are now suffixed with the libgit2 commit sha they've been build from and LibGit2Sharp will bind to a specifically named binary: - git2-{short_sha}.dll on Windows - libgit2-{short_sha}.so on Linux - libgit2-{short_sha}.dylib on Mac OS X. This should allow one to run two different future version of LibGit2Sharp, side by side, without any name clash.
Configuration menu - View commit details
-
Copy full SHA for 96df5f8 - Browse repository at this point
Copy the full SHA 96df5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b13ff3 - Browse repository at this point
Copy the full SHA 8b13ff3View commit details
Commits on Jun 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 48ea4d5 - Browse repository at this point
Copy the full SHA 48ea4d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3583599 - Browse repository at this point
Copy the full SHA 3583599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a0c57 - Browse repository at this point
Copy the full SHA 06a0c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2661b - Browse repository at this point
Copy the full SHA cc2661bView commit details
Commits on Jun 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b2e4367 - Browse repository at this point
Copy the full SHA b2e4367View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e2fac - Browse repository at this point
Copy the full SHA f2e2facView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.0...v0.12.0