6
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 05, 2024 — Oct 05, 2025
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
Meinrad Recheis
as henon
More... over 16 years ago
fixed bugs related to reading of commits
Meinrad Recheis
as henon
More... over 16 years ago
fixed date/time parsing because time is not based on 1970.1.1 0:0:0 GMT in C#
Meinrad Recheis
as henon
More... over 16 years ago
TestGUI browser now basically works
Meinrad Recheis
as henon
More... over 16 years ago
ported EncodingTests, and they all pass.
Meinrad Recheis
as henon
More... over 16 years ago
fixed more errors. PackReaderTests now pass
Meinrad Recheis
as henon
More... over 16 years ago
fixed some errors and ported tests for the number utility functions
Meinrad Recheis
as henon
More... over 16 years ago
ported (previously stripped) caching mechanisms for PackFile.
Meinrad Recheis
as henon
More... over 16 years ago
restructured source directories
Meinrad Recheis
as henon
More... over 16 years ago
added missing projects
Meinrad Recheis
as henon
More... over 16 years ago
Changed namespace and project names to GitSharp.
Meinrad Recheis
as henon
More... over 16 years ago
ported a lot of more tests. test porting status: 160/1000
Meinrad Recheis
as henon
More... over 16 years ago
yesss! sha1 computation works!
Meinrad Recheis
as henon
More... over 16 years ago
added some ObjectWriter tests. they show that sha generation is broken ...
Meinrad Recheis
as henon
More... over 16 years ago
finished with TreeTests and eliminated all bugs from Tree.cs
Meinrad Recheis
as henon
More... over 16 years ago
finished porting TreeTests and eliminated all bugs from Tree.cs
Meinrad Recheis
as henon
More... over 16 years ago
added LICENSE.txt and README.txt
Meinrad Recheis
as henon
More... over 16 years ago
henon entered the plan. i will "fast forward" the development speed
Meinrad Recheis
as henon
More... over 16 years ago
* AnyObjectId.cs: Made Equals operators virtual More... over 16 years ago
* ObjectId.cs: Added an Equality test for Byte arrays More... over 16 years ago
* Makefile: Updated makefile to put output in the bin/Debug folder More... over 16 years ago
* TreeIterator.cs: Moved to proper namespace More... over 16 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 16 years ago
* IndexChangedEventArgs.cs: Implement More... over 16 years ago
* RefsChangedEventArgs.cs: Implement More... over 16 years ago
* RepositoryChangedEventArgs.cs: Implement More... over 16 years ago
* RepositoryState.cs: Added new repository states More... over 16 years ago
* RefComparer.cs: Ported RefComparer More... over 16 years ago
* ObjectWriter.cs: Completed ObjectWriter More... over 16 years ago
* Util/MessageDigest.cs: Created MessageDigest equivelent from Java * Makefile: Added Util/MessageDigest.cs More... over 16 years ago