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

GitHub / github/libgit2sharp / commits

SHA Message Author Date Stats
3e22bb79 Remove obsolete CommitCollection interfaces Keith Dahlby <d****k@g****m>
Committed by: yorah <y****n@g****m>
about 14 years ago
db10e97f Remove obsolete Create/Delete methods Keith Dahlby <d****k@g****m>
Committed by: yorah <y****n@g****m>
about 14 years ago
1ed8a4fe Rename Delete to Remove in TagCollection Keith Dahlby <d****k@g****m> about 14 years ago
46a62796 Rename Delete to Remove in ReferenceCollection Keith Dahlby <d****k@g****m> about 14 years ago
e1ceed12 Rename Delete to Remove in NoteCollection Keith Dahlby <d****k@g****m> about 14 years ago
42dd6d70 Rename Delete to Remove in BranchCollection Keith Dahlby <d****k@g****m> about 14 years ago
a5ffcb3e Replace Changes.PatchBuilder with AppendToPatch() Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
b60f21bf Extract Changes base class from ContentChanges Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
cffdf24e Make ContentChanges.IsBinaryDelta() an extension method Keith Dahlby <d****k@g****m> about 14 years ago
841a987b Fix XML comment warnings Keith Dahlby <d****k@g****m> about 14 years ago
b8122b61 Build XML documentation file for Debug build to see warnings Keith Dahlby <d****k@g****m> about 14 years ago
57049730 Add FilePathMarshaler.FromManaged() and FromNative() Keith Dahlby <d****k@g****m> about 14 years ago
78eb071a Add Utf8Marshaler.FromManaged() and FromNative() Keith Dahlby <d****k@g****m> about 14 years ago
65c9b1c5 Manually marshal file path in status callback Keith Dahlby <d****k@g****m> about 14 years ago
d422a6ee Rename CommitCollection to CommitLog Keith Dahlby <d****k@g****m> about 14 years ago
68fb1c73 Move CommitCollection.Create() to Repository.Commit() Keith Dahlby <d****k@g****m> about 14 years ago
096869e0 Rename Create to Add in TagCollection Keith Dahlby <d****k@g****m> about 14 years ago
cf348566 Rename Create to Add in BranchCollection Keith Dahlby <d****k@g****m> about 14 years ago
fee0a889 Rename Create to Add in ReferenceCollection Keith Dahlby <d****k@g****m> about 14 years ago
e408fb59 Rename Create to Add in RemoteCollection Keith Dahlby <d****k@g****m> about 14 years ago
21a4b4e8 Rename Create to Add in NoteCollection Keith Dahlby <d****k@g****m> about 14 years ago
f23436b2 Refactor repo.Index.Unstage() implementation to leverage repo.Reset() nulltoken <e****s@g****m> about 14 years ago
b93a9e88 Add repo.Reset() overload to allow replacing of index entries with commit ent... nulltoken <e****s@g****m> about 14 years ago
9ea58895 Add Oid and OldOid properties to TreeEntryChanges type nulltoken <e****s@g****m> about 14 years ago
649c730d Make repo.Reset() defaults to HEAD when no shaOrReferenceName is passed nulltoken <e****s@g****m> about 14 years ago
b5f58b4c Remove outdated TODOs nulltoken <e****s@g****m> about 14 years ago
43fd6bb8 Make Repo.Diff.Compare() accept a list of paths to inspect nulltoken <e****s@g****m> about 14 years ago
2631f67f Use CSharp friendly names for libgit2 error types and codes Tim Clem <t****m@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
dd15de90 Rename LibGit2Exception to LibGit2SharpException Tim Clem <t****m@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
5f55b571 Remove BOM and cleanup .gitattributes Tim Clem <t****m@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
adf32bc0 Make Configuration.Delete() able to target global and system configuration files nulltoken <e****s@g****m> about 14 years ago
33b486a9 Add missing documentation to Configuration.Set() nulltoken <e****s@g****m> about 14 years ago
e20ac072 Make RemoteCollection.Create accept a specified fetch RefSpec nulltoken <e****s@g****m> about 14 years ago
11b7c443 Make RemoteCollection.Create generate a default fetch RefSpec for the remote nulltoken <e****s@g****m> about 14 years ago
c1743ba7 Release LibGit2Sharp v0.9.5 nulltoken <e****s@g****m> about 14 years ago
aef51a1a Add logo to NuGet specification nulltoken <e****s@g****m> about 14 years ago
a2efc1a4 Upgrade libgit2 binaries to 4c977a6 nulltoken <e****s@g****m> about 14 years ago
13745b74 Build libgit2 as part of the mono build nulltoken <e****s@g****m> about 14 years ago
e7e8c2d5 Add libgit2 project logo nulltoken <e****s@g****m> about 14 years ago
0690be7e Fix wrongly declared interop signature nulltoken <e****s@g****m> about 14 years ago
f28c2698 Remove AssertExtensions class yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
a020a362 Replace AssertExtensions.ShouldNotEqual method by Assert.NotEqual yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
d9c7e7ab Replace AssertExtensions.ShouldNotBeNull method by Assert.NotNull yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
e02f76b3 Replace AssertExtensions.ShouldBeTrue method by Assert.True yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
0072b7e5 Replace AssertExtensions.ShouldBeNull method by Assert.Null yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
b9bd9c85 Replace AssertExtensions.ShouldEqual method by Assert.Equal yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
9bb84081 Replace AssertExtensions.ShouldBeFalse method by Assert.False yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
f24fbe67 Extend RepositoryOptions to accept path to alternate System and Global config... nulltoken <e****s@g****m> about 14 years ago
d0f541b4 Add meaningful message when an external process prevents tests cleanup yorah <y****n@g****m> about 14 years ago
e701c252 Fix leaked handle in Tree Keith Dahlby <d****k@g****m>
Committed by: Keith Dahlby <k****y@j****m>
about 14 years ago
1c1f0121 Fix leaked handle in Commit Keith Dahlby <d****k@g****m>
Committed by: Keith Dahlby <k****y@j****m>
about 14 years ago
c7be0682 Mark Repository.Configuration for cleanup Keith Dahlby <d****k@g****m>
Committed by: Keith Dahlby <k****y@j****m>
about 14 years ago
65aa0aa9 Add Leaks build configuration for #141 Keith Dahlby <d****k@g****m>
Committed by: Keith Dahlby <k****y@j****m>
about 14 years ago
11979976 Remove duplication in Configuration Keith Dahlby <d****k@g****m> about 14 years ago
3b522e9a Remove unused usings Keith Dahlby <d****k@g****m> about 14 years ago
783948ec Remove obsolete methods Keith Dahlby <d****k@g****m> about 14 years ago
79ee5682 Release LibGit2Sharp v0.9.0 nulltoken <e****s@g****m> about 14 years ago
6d1711ab Simplify the implementation of the Tree to Tree comparison nulltoken <e****s@g****m> about 14 years ago
91a1121a Fix marshaling of diff functions nulltoken <e****s@g****m> about 14 years ago
bf888755 Add CommitCollection.FindCommonAncestor() Patrik <r****z@r****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
1c23443d Make Diff.Compare able to cope with binary content nulltoken <e****s@g****m> about 14 years ago
69207a6b Improve Filter documentation nulltoken <e****s@g****m> about 14 years ago
6aac12a9 Upgrade libgit2 binaries to 7a361e9 nulltoken <e****s@g****m> about 14 years ago
a23d735b Prevent IsDirty from looking at ignored files. John Gozde <j****g@p****m>
Committed by: nulltoken <e****s@g****m>
about 14 years ago
8344599c Make ObjectDatabase.CreateBlob() able to work against a bare repository nulltoken <e****s@g****m> about 14 years ago
6bf14afe Cleanup whitespaces nulltoken <e****s@g****m> about 14 years ago
e8fe68a8 Delegate the enumerating of branches to libgit2 native methods nulltoken <e****s@g****m> over 14 years ago
ba918bb8 Upgrade libgit2 binaries to 54695f4 nulltoken <e****s@g****m> over 14 years ago
9c18c198 Delegate the to deletion of branches to libgit2 native method nulltoken <e****s@g****m> over 14 years ago
5c5b9c7e Delegate the creation and the moving of branches to libgit2 native methods nulltoken <e****s@g****m> over 14 years ago
83619e93 Remove trailing "\n" from commit and tag messages nulltoken <e****s@g****m> over 14 years ago
5b219c83 Fix two tests to honor git commit and tag messages formatting nulltoken <e****s@g****m> over 14 years ago
2b77adbf Add a test demonstrating how to retrieve the children of a specific commit nulltoken <e****s@g****m> over 14 years ago
ac348380 Add some .gitignore handling test coverage nulltoken <e****s@g****m> over 14 years ago
f8ee885c Make Diff.Compare able to compare a Tree against the Index nulltoken <e****s@g****m> over 14 years ago
5bf22226 Introduce DiffTarget enumeration nulltoken <e****s@g****m> over 14 years ago
8220ec67 Add notes list yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
b475cbfc Add notes removal yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
2054391b Make Diff.Compare able to handle a blob to blob comparison nulltoken <e****s@g****m> over 14 years ago
40bf30ea Add ContentChanges type nulltoken <e****s@g****m> over 14 years ago
3d92ae43 Rename DiffFixture to DiffTreeToTreeFixture nulltoken <e****s@g****m> over 14 years ago
d491db09 Add notes creation and updation yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
1c5e7c96 Add notes retrieval Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
326ed862 Add some .gitattributes handling test coverage nulltoken <e****s@g****m> over 14 years ago
02e52101 Update license header nulltoken <e****s@g****m> over 14 years ago
ae2b3c9d Fixed a typo. Kai Sellgren <k****n@g****m> over 14 years ago
a400fa55 Marshal the libgit2 note functions yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
a3af35d0 Add notes related test resources in Bare repository yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
5b074cbc Rename Tree.Files property as Tree.Blobs nulltoken <e****s@g****m> over 14 years ago
505512e3 Fix some documentation nulltoken <e****s@g****m> over 14 years ago
81b1186c Add tree to tree Diff feature yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
c7da543a Add some Diff related test resources nulltoken <e****s@g****m> over 14 years ago
1658e84d Improve documentation related to the creation of Commits nulltoken <e****s@g****m> over 14 years ago
2401133e Add Repository.ObjectDatabase.CreateCommit() nulltoken <e****s@g****m> over 14 years ago
9444c7e4 Add Repository.CreateBranch() overload that accepts Commit directly Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
0c73aa31 Add Checkout(Branch) overload Keith Dahlby <d****k@g****m> over 14 years ago
186ca178 Move Checkout() to Repository Keith Dahlby <d****k@g****m> over 14 years ago
a3d5b885 Make TreeDefinition.Add() able to cope with files nulltoken <e****s@g****m> over 14 years ago
77fd1e48 Add TreeDefinition and TreeEntryDefinition types nulltoken <e****s@g****m> over 14 years ago
973d1abd Add TreeDefinition.Remove() yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago

← Back to repository