1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jan 11, 2025 — Jan 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a typo. More... about 15 years ago
Made possible to open a repository by providing platform native paths (not posix compliant). More... about 15 years ago
Extracted the repository opening and closing logic to a dedicated LifecycleManager type. More... about 15 years ago
Rename test file to match class name. More... about 15 years ago
Updated backlog. More... about 15 years ago
Tests related to invalid repository now pass. More... about 15 years ago
Fixed a disposing related issue. More... about 15 years ago
Upgraded libgit2 to https://github.com/libgit2/libgit2/commit/1f080e2. More... about 15 years ago
Fixed configuration include paths. More... about 15 years ago
Added some tests covering the instantiation of a repository and the parsing of provided paths. More... about 15 years ago
Exposed Epoch date conversion helper methods through the GitDate type. More... about 15 years ago
Some minor renamings. More... about 15 years ago
Fixed backlog. More... about 15 years ago
Added Epoch.ToGitDate() method along with some basic tests. More... about 15 years ago
Added GitDate type which represents a Git internal date (unix timestamp and timezone offset). More... about 15 years ago
Enhanced Epoch.ToDateTimeOffset() to make it able to cope with timezone offset. More... about 15 years ago
Updated backlog. More... about 15 years ago
Added DateTimeOffset to int32 conversion method to Epoch. More... about 15 years ago
Renamed EpochHelper to Epoch. More... about 15 years ago
Added string to byte[] conversion method to ObjectId. More... about 15 years ago
Changed file encoding of backlog.md from UTF-8 to ANSI. More... about 15 years ago
Refactored the opening of the repository. More... about 15 years ago
Made RawObject derive from GitObject. More... about 15 years ago
Extracted resolving behavior to an ObjectResolver class. More... about 15 years ago
Simplified EpochHelper.ToDateTimeOffset() implementation. More... about 15 years ago
Switched from ulong based time usage to UTC DateTimeOffset in the API object model. More... about 15 years ago
Included the backlog in the solution. More... about 15 years ago
Added EpochHelper class to ease unix time/DateTimeOffset conversion. More... about 15 years ago
Added backlog text file. More... about 15 years ago
Added Resolve function along with some tests. More... about 15 years ago