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

GitHub / github/libgit2sharp / commits

SHA Message Author Date Stats
bd127243 Add ObjectId.Zero static property nulltoken <e****s@g****m> over 14 years ago
660d27af Add Repository.ObjectDatabase.CreateTree() nulltoken <e****s@g****m> over 14 years ago
babf77dd Deploy usage of the Mode enum nulltoken <e****s@g****m> over 14 years ago
0787252b Add new Mode enum nulltoken <e****s@g****m> over 14 years ago
43ea52a5 Internally expose the oid of a TreeEntry target nulltoken <e****s@g****m> over 14 years ago
00d6d1be Add Repository.ObjectDatabase.CreateBlob() nulltoken <e****s@g****m> over 14 years ago
49f12808 Add Repository.ObjectDatabase.Contains() nulltoken <e****s@g****m> over 14 years ago
58a11459 Reverse the order in which the native handles are being released nulltoken <e****s@g****m> over 14 years ago
157ee6f2 Throw when accessing Index of a bare repository Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
84c16528 Add RepositoryOptions to provide the Repository with overridden working direc... nulltoken <e****s@g****m> over 14 years ago
1b00c683 Change permissions of TreeEntry.cs file Andrius Bentkus <a****s@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
d1993af6 Add internal Repository.LookupCommit() to reduce duplication Keith Dahlby <d****k@g****m> over 14 years ago
bbe33eca Add Core.Compat.Environment type nulltoken <e****s@g****m> over 14 years ago
c5cc9a49 Fix to put attributes catchall at beginning of file Tim Clem <t****m@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
d971071e Prevent SafeHandles from being disposed more than once nulltoken <e****s@g****m> over 14 years ago
eaf9f63b Add a finalizer to Repository type nulltoken <e****s@g****m> over 14 years ago
2ca19130 Add Repository.Version static property nulltoken <e****s@g****m> over 14 years ago
412010c9 Replace usage of IntPtr holding references to references with ReferenceSafeHa... nulltoken <e****s@g****m> over 14 years ago
6cd37c3c Add ReferenceSafeHandle type nulltoken <e****s@g****m> over 14 years ago
f8e97d4f Move SafeHandle related types to Core.Handles namespace nulltoken <e****s@g****m> over 14 years ago
b94a1113 Replace usage of IntPtr holding references to index entries with IndexEntrySa... nulltoken <e****s@g****m> over 14 years ago
61976902 Add IndexEntrySafeHandle type nulltoken <e****s@g****m> over 14 years ago
a3deaabf Replace usage of IntPtr holding references to oids with OidSafeHandle nulltoken <e****s@g****m> over 14 years ago
bbad9960 Add OidSafeHandle type nulltoken <e****s@g****m> over 14 years ago
c86825cc Replace usage of IntPtr holding references to tree entries with TreeEntrySafe... nulltoken <e****s@g****m> over 14 years ago
c1a5d24b Add TreeEntrySafeHandle type nulltoken <e****s@g****m> over 14 years ago
882ce61d Replace usage of IntPtr holding references to git objects with GitObjectSafeH... nulltoken <e****s@g****m> over 14 years ago
38e2c62f Add GitObjectSafeHandle type nulltoken <e****s@g****m> over 14 years ago
aaa8c7ee Fix handling of non 7 bits reference names nulltoken <e****s@g****m> over 14 years ago
7334af1b Add Path property to TreeEntry type Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
03fd60f7 Marshal the libgit2 diff functions Paul Betts <p****l@p****g>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
23a2c65b Marshal structs and constants from diff.h Paul Betts <p****l@p****g>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
962b9312 Add DebuggerStepThrough to Ensure Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
b5a60266 Upgrade libgit2 binaries to a17e882 nulltoken <e****s@g****m> over 14 years ago
1583de36 Normalize .gitignore line endings nulltoken <e****s@g****m> over 14 years ago
a26e38ff Fix some missing xml doc nulltoken <e****s@g****m> over 14 years ago
d4307c3a Reduce the number of in-memory Utf8Marshaler instances nulltoken <e****s@g****m> over 14 years ago
f0178a06 Fix typo Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
842e30fc Add RepositoryStatus.Ignored Keith Dahlby <d****k@g****m> over 14 years ago
69229e6c Fix up marshalling of strings returned by libgit2 Tim Clem <t****m@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
4f23c348 Add a .gitattributes so we can have eol sanity Tim Clem <t****m@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
b197de87 Rename NamedReference<> to ReferenceWrapper<> Keith Dahlby <k****y@j****m> over 14 years ago
b2b187b0 Remove redundant Branch.ToString() override Keith Dahlby <k****y@j****m> over 14 years ago
e6ba4c9d Refactor implementation of equality members of Branch and Tag types nulltoken <e****s@g****m> over 14 years ago
235ccd21 Remove useless namespace imports nulltoken <e****s@g****m> over 14 years ago
e32f9332 Change the type of Exception which is returned when staging/unstaging/removin... nulltoken <e****s@g****m> over 14 years ago
8da9472d Refactor the release of some native handles nulltoken <e****s@g****m> over 14 years ago
3e934898 Migrate unit tests to XUnit nulltoken <e****s@g****m> over 14 years ago
8e14827a Fix some issues pinpointed by Code Analysis nulltoken <e****s@g****m> over 14 years ago
35d14259 Remove some code duplication nulltoken <e****s@g****m> over 14 years ago
e27e18a8 Refactor conversion of a native pointer into a GitOid nulltoken <e****s@g****m> over 14 years ago
b690f448 Add some missing xml documentation nulltoken <e****s@g****m> over 14 years ago
5e546fc8 Fix Non-CLS compliant code nulltoken <e****s@g****m> over 14 years ago
b8f4640f Fix some ambiguous references in the xml documentation nulltoken <e****s@g****m> over 14 years ago
21948063 Make RemoteCollection an IEnumerable<Remote> nulltoken <e****s@g****m> over 14 years ago
aa6f35c8 Upgrade libgit2 binaries to e07c2d2 nulltoken <e****s@g****m> over 14 years ago
c37d8181 Add RemoteCollection.Create() nulltoken <e****s@g****m> over 14 years ago
922d33c3 Refactor the building of a Remote nulltoken <e****s@g****m> over 14 years ago
318e7cad Make Remote IEquatable nulltoken <e****s@g****m> over 14 years ago
1204fdff Add support for local tracking branches (branch..remote = ".") Keith Dahlby <d****k@g****m> over 14 years ago
7f65f29b Add a test exercising the Blob.ContentStream property nulltoken <e****s@g****m> over 14 years ago
1cb40dae Release LibGit2Sharp v0.8.0 nulltoken <e****s@g****m> over 14 years ago
1e9961fa Upgrade libgit2 binaries to 6d39c0d nulltoken <e****s@g****m> over 14 years ago
0b4e5412 Add some more test coverage demonstrating the handling of .gitgnore file nulltoken <e****s@g****m> over 14 years ago
d9e3dbc1 Add ParentsCount property to Commit Tim Clem <t****m@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
4130b945 Add test coverage demonstrating the handling of .gitgnore file nulltoken <e****s@g****m> over 14 years ago
9e7bd44f Move Repository.Index.RetrieveStatus() related tests to a separate Fixture nulltoken <e****s@g****m> over 14 years ago
fb608304 Fix detection of the lack of user identity details in git global and system c... nulltoken <e****s@g****m> over 14 years ago
2ba69613 Make Repository.Commit() able to amend the current tip of the Head nulltoken <e****s@g****m> over 14 years ago
8925258e Fix libgit2 submodule definition to use Https Sean M. Collins <s****n@c****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
868923b0 Fix some issues pinpointed by Code Analysis nulltoken <e****s@g****m> over 14 years ago
62b8e4c0 Upgrade libgit2 binaries to 242a1ce nulltoken <e****s@g****m> over 14 years ago
3a50ef84 When unstaging, delegate the reset of the index from the HEAD to libgit2 nulltoken <e****s@g****m> over 14 years ago
acd62ff7 Optimize the execution of some tests nulltoken <e****s@g****m> over 14 years ago
045d7cdf Enforce test coverage of the opening of a repository nulltoken <e****s@g****m> over 14 years ago
49fb3fc6 Workaround for reference slash prefix in libgit2. Markus Olsson <j****n@g****m> over 14 years ago
9196a482 Simplify handling of native signature handle nulltoken <e****s@g****m> over 14 years ago
839c659c Prevent Repository.Head.IsCurrentRepositoryHead from throwing a NullReference... nulltoken <e****s@g****m> over 14 years ago
b765016e Prevent potential race condition nulltoken <e****s@g****m> over 14 years ago
e32dba45 Strings in structures are being marshalled as ASCII, Hack fix it Paul Betts <p****l@p****g>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
7b511cdd Upgrade libgit2 binaries to f25cc58 nulltoken <e****s@g****m> over 14 years ago
c3eb7153 Make Repository.Init() return an instance of the Repository type, instead of ... Artem Smirnov <u****u@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
6fea5f05 Added the local R# settings file extension to gitignore Artem Smirnov <u****u@g****m>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
8abb5303 Expose remote handles to internal callers nulltoken <e****s@g****m> over 14 years ago
d4b3d9d0 Add support of the Mixed mode to Repository.Reset() nulltoken <e****s@g****m> over 14 years ago
6faeb4ab Upgrade libgit2 binaries to 2a0f4bf nulltoken <e****s@g****m> over 14 years ago
5ae0c34d Refactor retrieval and dereferencing of GitObjects nulltoken <e****s@g****m> over 14 years ago
18aecf46 Fix Head documentation nulltoken <e****s@g****m> over 14 years ago
9571344a Add Repository.Reset() and support of the Soft mode nulltoken <e****s@g****m> over 14 years ago
f2216121 Remove Repository.HasObject() nulltoken <e****s@g****m> over 14 years ago
0d3c5479 Release LibGit2Sharp v0.7.0 nulltoken <e****s@g****m> over 14 years ago
3890af75 Mark Repository.HasObject() as obsolete nulltoken <e****s@g****m> over 14 years ago
2a0f4bf7 Upgrade libgit2 binaries to be00b00 nulltoken <e****s@g****m> over 14 years ago
60a85a77 Make Index.Remove() cope with files which have been modified in the working d... Flonix <f****x@b****e>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
b508bbd7 Add test to ensure predictability of generation of commit, tree and blob obje... nulltoken <e****s@g****m> over 14 years ago
fc334d2e Make Index.Remove() cope with files which have been deleted from the working ... Flonix <f****x@b****e>
Committed by: nulltoken <e****s@g****m>
over 14 years ago
30036ec5 Improve XBuild compatibility on Linux nulltoken <e****s@g****m> over 14 years ago
7a20dd6f Fix shell script line endings on checkout nulltoken <e****s@g****m> over 14 years ago
fcd00fdf Fix propagation of inconclusive test messages nulltoken <e****s@g****m> over 14 years ago
058c0570 Make IndexEntry implement IEquatable to ease the check of the equality of two... nulltoken <e****s@g****m> over 14 years ago

← Back to repository