0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 11, 2025 — Sep 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* fixed PersonIdentTests which were broken due to java's and C#'s different internal time representations * conversion methods between git internal time and c# DateTime or DateTimeOffset are available in DateTime.cs. * simplified PersonIdent constructors * fixed all tests that did use the old PersonIdent constructors More... about 17 years ago
fixed bugs related to reading of commits More... about 17 years ago
fixed date/time parsing because time is not based on 1970.1.1 0:0:0 GMT in C# More... about 17 years ago
TestGUI browser now basically works More... about 17 years ago
ported EncodingTests, and they all pass. More... about 17 years ago
fixed more errors. PackReaderTests now pass More... about 17 years ago
fixed some errors and ported tests for the number utility functions More... about 17 years ago
ported (previously stripped) caching mechanisms for PackFile. More... about 17 years ago
restructured source directories More... about 17 years ago
added missing projects More... about 17 years ago
Changed namespace and project names to GitSharp. More... about 17 years ago
ported a lot of more tests. test porting status: 160/1000 More... about 17 years ago
yesss! sha1 computation works! More... about 17 years ago
added some ObjectWriter tests. they show that sha generation is broken ... More... about 17 years ago
finished with TreeTests and eliminated all bugs from Tree.cs More... about 17 years ago
finished porting TreeTests and eliminated all bugs from Tree.cs More... about 17 years ago
added LICENSE.txt and README.txt More... over 17 years ago
henon entered the plan. i will "fast forward" the development speed More... over 17 years ago
* AnyObjectId.cs: Made Equals operators virtual More... over 17 years ago
* ObjectId.cs: Added an Equality test for Byte arrays More... over 17 years ago
* Makefile: Updated makefile to put output in the bin/Debug folder More... over 17 years ago
* TreeIterator.cs: Moved to proper namespace More... over 17 years ago
* Repository.cs: Added Ref and Index changed events. This is different then the Java implementation. The Java implementation uses the Observer pattern. More... over 17 years ago
* IndexChangedEventArgs.cs: Implement More... over 17 years ago
* RefsChangedEventArgs.cs: Implement More... over 17 years ago
* RepositoryChangedEventArgs.cs: Implement More... over 17 years ago
* RepositoryState.cs: Added new repository states More... over 17 years ago
* RefComparer.cs: Ported RefComparer More... over 17 years ago
* ObjectWriter.cs: Completed ObjectWriter More... over 17 years ago
* Util/MessageDigest.cs: Created MessageDigest equivelent from Java * Makefile: Added Util/MessageDigest.cs More... over 17 years ago