6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Marked several classes as static so they cant be instantiated More... over 15 years ago
Rewrote portions of RepositoryCache to get closer to jgit. Added put() extension method to Dictionary<K,V>. Fixed RepositoryTestCase to get closer to jgit. Made a few RepositoryCacheTest pass (3 still fails. Still working on it) More... over 15 years ago
Changed exception rethrowing so that it will preserve the stack trace More... over 15 years ago
Not testing if the object is of type AnyObjectId risks throwing an exception at the cast. More... over 15 years ago
Added the flags attribute to RevWalkState enum More... over 15 years ago
Replaced empty string literal with String.Empty More... over 15 years ago
Changed comparisons of strings against String.Empty to a check if the string has a zero length More... over 15 years ago
RawParseUtils.cs : Changed strings of only one character to chars More... over 15 years ago
Ported RepositoryCacheTest.cs. Tests mostly fail. More... over 15 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... over 15 years ago
Merge commit 'henon/master' More... over 15 years ago
Made ReflogReaderTests pass. Changed PersonIdent implementation to be closer to jgit's. Reverted some tests to their jgit implementation (or at least closer to it). Ported on more WriteTests test. Changed the semantics of DateTimeExtensions to better express in the code the differences between second based Unix time, millisecond based Java time and tick based .Net time. More... over 15 years ago
Merge commit 'henon/master' More... over 15 years ago
Added comment to assert to explain why a test is failing. More... over 15 years ago
Added comment to assert to explain why a test is failing. More... over 15 years ago
Merge commit 'ammachado/master'
Meinrad Recheis
as henon
More... over 15 years ago
Merge commit 'hackerbaloo/master'
Meinrad Recheis
as henon
More... over 15 years ago
Made RefLogReaderTest.testNoLog() pass. More... over 15 years ago
reverted to the old implementatioon, it seems more stable More... over 15 years ago
reverted to the old implementatioon, it seems more stable More... over 15 years ago
Merge commit 'nulltoken/master' More... over 15 years ago
Merged commit 'nulltoken/master' More... over 15 years ago
Added a few more tests from the original jgit. More... over 15 years ago
Migrated RefLogReaderTests from Java. Tests are not passing yet. Working on it :) More... over 15 years ago
Switching test029_mapObject() back to [Ignore] as "hanging" issues are not solved More... over 15 years ago
Suppressing some "false positive" skipped tests More... over 15 years ago
Merge commit 'remotes/henon/master' More... over 15 years ago
Merge commit 'hackerbaloo/master'
Meinrad Recheis
as henon
More... over 15 years ago
Merge nulltoken. Test status: 17 fail. More... over 15 years ago
Merge commit 'remotes/HackerBaloo/master' More... over 15 years ago