6
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jan 09, 2025 — Jan 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed QuotedStringGitPathStyleTest.testDequote_RawLatin1(). Trying to work around Mono encoding problem. More... about 16 years ago
Made CommitDateTests.ShouldBeAbleToReadAuthorDate() pass on Windows and ignored on Mono (as the .Parse() method is not implemented on this platform). More... about 16 years ago
CLI Clone and Init sync with tests More... about 16 years ago
Merge commit 'henon/master' More... about 16 years ago
Made T0002_Tree.test009_SymlinkAndGitlink() pass. More... about 16 years ago
Add FetchCommand & PushCommand More... about 16 years ago
Patch to allow %Path% references to Commands.xml More... about 16 years ago
Made IndexModifiedTests.ShouldSupportNotModifiedExtensionlessFilesWithoutContentChecking() pass. More... about 16 years ago
Merge commit 'henon/master' More... about 16 years ago
Merge commit 'rolenun/master' More... about 16 years ago
Fixed GitIndex issues. Renamed DateTime currentTimeMillis() extension method to ToMillisecondsSinceEpoch() in order to be make its contract more explicit. More... about 16 years ago
While working on GitIndex writing issues, discovered some resource files that haven't been previously added to the project More... about 16 years ago
api: improved Change by replacing change strings with enum types and some more properties. thanks to James Gregory for the ideas.
Meinrad Recheis
as henon
More... about 16 years ago
CLI API/framework update More... about 16 years ago
Added MiscUtils licence details (http://www.yoda.arachsys.com/csharp/miscutil/). More... about 16 years ago
Merge commit 'henon/master' More... about 16 years ago
Changed GitIndex.Entry.IsModified() "wd" parameter type from FileInfo to DirectoryInfo in order to make intent more explicit. More... about 16 years ago
Added a test to IndexModifiedTests to prove the failure identified by jagregory (cf. http://groups.google.com/group/gitsharp/msg/fc9dd91fde9c3c03). The test fails. More... about 16 years ago
Checking IsFile() behavior when working with extension less files. More... about 16 years ago
api: added Commit.CompareAgainst which compares commits and returns the changes as IEnumerable<Change>
Meinrad Recheis
as henon
More... about 16 years ago
Fix for extensionless files always showing as modified in the index. More... about 16 years ago
Made CanReadMsysgitIndexFixture pass. Used some code from MiscUtil (by Jon Skeet). Will have to check if licences are compatible. Fixing the index reading issue made some tests from T0007_Index fail. This will be fixed in a later commit. More... about 16 years ago
Adding a test to reproduce an unexpected Repository/Index behavior on WIndows as described in http://groups.google.com/group/gitsharp/msg/01d69ebb295d820e. More... over 16 years ago
Merge branch 'master' of [email protected]:henon/GitSharp More... over 16 years ago
Add test repository More... over 16 years ago
Decorated the test with [Ignore] attribute. DateTimeOffset.Parse is not currently implemented on Mono. More... over 16 years ago
Narrowing down Mono problem related to DateTimeOffset. More... over 16 years ago
Merge branch 'master' of [email protected]:henon/GitSharp More... over 16 years ago
Fix for commit and author dates throwing. More... over 16 years ago
Fix for equals operator with null comparisons More... over 16 years ago