An open API service providing commit metadata for open source projects.

GitHub / github/libgit2sharp / commits

SHA Message Author Date Stats
276a3ecb Add NuGet License Martin Woodward <m****o@m****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
25500843 Add License for Moq Martin Woodward <m****o@m****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
b4031346 Add xUnit licenses Martin Woodward <m****o@m****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
9cb9c59f Update copyright notice for 2013 nulltoken <e****s@g****m> over 13 years ago
bc34ae65 Add .mailmap file nulltoken <e****s@g****m> over 13 years ago
25a78551 Add optional RepositoryOptions to Repository.Clone call Saaman <r****y@g****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
d1a5c577 Add optional RespositoryOptions to Repository.Init call Metalrom <r****y@g****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
cb893b59 Switch README content to reference-style linking nulltoken <e****s@g****m> over 13 years ago
b67ec307 Add a build status section to the README file nulltoken <e****s@g****m> over 13 years ago
2511fabc Eagerly load the Configuration if any config path is provided nulltoken <e****s@g****m> over 13 years ago
aa5d87d0 Enhance Branch.TrackedBranch test coverage Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
4930ffb4 Move reset overloads to extension methods Metalrom <r****y@g****m> over 13 years ago
91aad114 Adds Reset(Commit commit, IEnumerable<string> paths = null) to Repository Metalrom <r****y@g****m> over 13 years ago
0c290c4c Adds Reset(ResetOptions resetOptions, Commit commit) method in Repository Metalrom <r****y@g****m> over 13 years ago
474cc1c1 Enhance Index.[Stage|Unstage]() test coverage nulltoken <e****s@g****m> over 13 years ago
e8b0741a Simplify Index.Unstage() implementation nulltoken <e****s@g****m> over 13 years ago
7737b3af Enhance Diff.Compare() test coverage nulltoken <e****s@g****m> over 13 years ago
fdc972bf Make Diff.Compare() able to compare a null Tree against the Index and Workdir nulltoken <e****s@g****m> over 13 years ago
4c1cd495 Fix some issues pinpointed by Code Analysis nulltoken <e****s@g****m> over 13 years ago
bdfad62d Ensure Diff.Compare() cannot apply on a bare repository Metalrom <r****y@g****m> over 13 years ago
7c08048c Minor code refactoring nulltoken <e****s@g****m> over 13 years ago
703e4d57 Introduce IndexEntry.StageLevel nulltoken <e****s@g****m> over 13 years ago
2546c059 Introduce repo.Index.IsFullyMerged nulltoken <e****s@g****m> over 13 years ago
1fdbc89c Introduce Repository.Info.CurrentOperation Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
30b554cd Fix TrackedBranch property on DetachedHead branches Keith Dahlby <d****k@g****m> over 13 years ago
9fdb4bd4 Enhance Index.Unstage test coverage nulltoken <e****s@g****m> over 13 years ago
23622fe9 Index.Unstage should accept absolute file paths nulltoken <e****s@g****m> over 13 years ago
27346201 Convert repo.Checkout() overloads into extensions methods nulltoken <e****s@g****m> over 13 years ago
25590301 Align IRepository with public Repository members nulltoken <e****s@g****m> over 13 years ago
597a237c Revert "Temporary revert of the null Trees diffing feature" nulltoken <e****s@g****m> over 13 years ago
32059a85 Make ConfigurationEntry constructors internal nulltoken <e****s@g****m> over 13 years ago
0332c35d merge Merge pull request #260 from ben/great-renaming Jameson Miller <j****r@l****m> over 13 years ago
ed8c978b Update libgit2 binaries to 16e6cee Ben Straub <b****s@g****m> over 13 years ago
9ded665a Enhance Index.Unstage() code coverage Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
ac4801ca Add ReadStream callback to OdbBackend Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
58004087 Fix IsTracking Property on DetachedHead branches Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
dc5b6724 Fix IndexEntry IEquatable implementation nulltoken <e****s@g****m> over 13 years ago
ceef2f78 Remove duplicate obsolete calls nulltoken <e****s@g****m> over 13 years ago
e9060db3 Make RepositoryStatus expose an indexer nulltoken <e****s@g****m> over 13 years ago
3fb4baf0 Mark DiffTarget obsolete nulltoken <e****s@g****m> over 13 years ago
adbf3fcd Temporary revert of the null Trees diffing feature nulltoken <e****s@g****m> over 13 years ago
9479bce6 Clone test repository before altering it nulltoken <e****s@g****m> over 13 years ago
da671ee1 Ensure a Reset() only accepts a committish nulltoken <e****s@g****m> over 13 years ago
ec1a6b7a Make Diff.Compare() able to compare null Blobs nulltoken <e****s@g****m> over 13 years ago
c57f2582 Make Diff.Compare() able to compare null Trees nulltoken <e****s@g****m> over 13 years ago
7bad609f Make Reset() return a proper BareRepositoryException nulltoken <e****s@g****m> over 13 years ago
3db1f92f Update Checkout tests to reset and clean working directory Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
afbc000a Implement git clean Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
d22b99c2 Enhance Index.RetrieveStatus() test coverage nulltoken <e****s@g****m> over 13 years ago
dc6f52a2 Mark IndexEntry.State obsolete nulltoken <e****s@g****m> over 13 years ago
247ca1a3 Make git_threads_shutdown run after git finalizers Markus Olsson <j****n@g****m> over 13 years ago
1a45367c Add some `DebuggerDisplay` love yorah <y****n@g****m> over 13 years ago
a9dc9694 Make `GitObject.DereferenceToCommit()` use `git_object_peel()` yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 13 years ago
a6c15710 Turn off thread affinity by default Keith Dahlby <d****k@g****m> over 13 years ago
2eb72b5c Add Archive() to ObjectDatabase yorah <y****n@g****m> over 13 years ago
07b99633 Add checkout progress callback to Repository.Clone Ben Straub <b****s@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
5766803c Introduce repo.Refs.IsValidName() nulltoken <e****s@g****m> almost 14 years ago
ac88bb84 Repository.Clone Ben Straub <b****s@g****m> almost 14 years ago
95b7f528 Fix failing tests due to missing struct member Philip Kelley <p****y@h****m> almost 14 years ago
49cdb22c Improve Configuration.Get documentation yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
b7d44cfc Add XDG configuration store yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
bbf0b7fa Make Config.Get() able to target a specific store nulltoken <e****s@g****m> almost 14 years ago
3d29d95d Turn Configuration overloads into extension methods
Signed-off-by: Unit Test <y****n@g****m>
nulltoken <e****s@g****m> almost 14 years ago
b5707fbd Make Configuration.HasXXXConfig() obsolete
Signed-off-by: Unit Test <y****n@g****m>
nulltoken <e****s@g****m> almost 14 years ago
28a225fb Introduce Configuration.HasConfig()
Signed-off-by: Unit Test <y****n@g****m>
nulltoken <e****s@g****m> almost 14 years ago
d766a6fb Fix parameter checks
Signed-off-by: Unit Test <y****n@g****m>
nulltoken <e****s@g****m> almost 14 years ago
3cb5145c Make repo.Config.Get() return the originating store
Signed-off-by: Unit Test <y****n@g****m>
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
a62916ac Move repo field up into GitObject Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
43e7e62a Fix retrieval of the author of a Commit nulltoken <e****s@g****m> almost 14 years ago
21c572a2 Add GitObjectLazyGroup.Singleton() Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
edebdb86 Update working directory on Checkout Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
ad751718 Move Checkout tests into CheckoutFixture Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
a66d8ff7 Checkout is not allowed in a bare repository Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
594eb4f3 Mark Commit.ParentsCount obsolete nulltoken <e****s@g****m> almost 14 years ago
4a71b809 Deploy GitObjectLazyGroup usage nulltoken <e****s@g****m> almost 14 years ago
b226b877 Introduce GitObjectLazyGroup Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
1f3757bd Upgrade libgit2 binaries to 1e99ce9 Edward Thomson <e****n@m****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
3191c1ba merge Merge pull request #239 from ben/libgit2-upgrade-81eecc3 Ben Straub <b****s@g****m> almost 14 years ago
f52f949f Upgrade libgit2 binaries to 81eecc3 Ben Straub <b****s@g****m> almost 14 years ago
46548c5a Prefer commit parent ObjectId over handle nulltoken <e****s@g****m> almost 14 years ago
feed150e Make Signature IEquatable nulltoken <e****s@g****m> almost 14 years ago
fadfa101 Report Fetch progress through callbacks Jameson Miller <j****l@m****m> almost 14 years ago
8197210f Rename FileStatus values Keith Dahlby <d****k@g****m> almost 14 years ago
17e8c95b Add script to update libgit2 Ben Straub <b****s@g****m> almost 14 years ago
38ec24f9 Hide Blob.Size setter Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
bafa05cb Upgrade libgit2 binaries to a0ce87c51 Ben Straub <b****s@g****m> almost 14 years ago
c05fc29a Fix typo in BareRepositoryException Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
9f55693d Simplify consumption of _foreach methods Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
862f0e94 Use params for LambdaEqualityHelper Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
7e815c6d Disable inconsistent naming warnings Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
041a4d36 Enhance Repository.Fetch() documentation nulltoken <e****s@g****m> almost 14 years ago
81952ab0 Make TagFetchMode.Auto the explicit default nulltoken <e****s@g****m> almost 14 years ago
4b7412bc Enhance TagFetchMode documentation nulltoken <e****s@g****m> almost 14 years ago
56b25be5 Rename TagOption to TagFetchMode nulltoken <e****s@g****m> almost 14 years ago
7e0d71ed Drop useless TagOption entry nulltoken <e****s@g****m> almost 14 years ago
772af737 Include test to verify that FetchRemoteByName can download all tags. Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
93ef4790 Add ability to fetch from remotes. Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m>
almost 14 years ago
be2be63d Update Proxy and NativeMethods in preperation for Fetch. Jameson Miller <j****l@m****m> almost 14 years ago
00c61ba5 Upgrade libgit2 binaries to 03452b3 nulltoken <e****s@g****m> almost 14 years ago
d2f76169 Delegate repo.Reset() to libgit2 nulltoken <e****s@g****m> almost 14 years ago

← Back to repository