6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
api: fixed a bug and added a small performance optimization to Index.Add in Index.cs
Meinrad Recheis
as henon
More... over 15 years ago
Made CanReadMsysgitIndexFixture.CanAddAFileToAMSysGitIndexWhereAFileIsAlreadyWaitingToBeCommitted() pass. More... over 15 years ago
Added disposable fields to dispose methods More... over 15 years ago
Little fix to make sure IDisposable ByteBufferWindow calls IDisposable.Dispose() base method. More... over 15 years ago
Merge commit 'nestalk/master' More... over 15 years ago
Removed IndexTest.Change_special_msysgit_index() as it's been ported to IndexDiffTest.testUpdateExistingMsysgitIndex(). Added an assertion on the length of the content of the index. More... over 15 years ago
Merge commit 'henon/master' More... over 15 years ago
Fixed a buffer related size problem which would lead to incorrect index generation. More... over 15 years ago
Implemented Idisposable for more classes with disposable fields More... over 15 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... over 15 years ago
Fix .proj More... over 15 years ago
Fix NegatedPattern logic in IgnoreHandler More... over 15 years ago
adding a test that proves that the index is not loaded correctly by the core
Meinrad Recheis
as henon
More... over 15 years ago
Typo, exclude instead of exclude_s_ More... over 15 years ago
Basic gitignore handler, missing is reading .gitignore and test coverage More... over 15 years ago
correcting CanReadMsysgitIndexFixture test, it now fails (probably due to misbehavior of IndexDiff?)
Meinrad Recheis
as henon
More... over 15 years ago
fixing a small bug in the previous commit.
Meinrad Recheis
as henon
More... over 15 years ago
api: added new class RepositoryStatus that represents the differences between index and working directory + a first test. It shows that the core implementation of the diff is not equal to msysgit.
Meinrad Recheis
as henon
More... over 15 years ago
api: implemented recursive addition in Index.AddDirectory. Ignore rules are not yet integrated
Meinrad Recheis
as henon
More... over 15 years ago
minor fix: added explaining comments to a testcase
Meinrad Recheis
as henon
More... over 15 years ago
minor fix: changed namespace of IgnoreTests to have it grouped with the other api tests in testrunner.
Meinrad Recheis
as henon
More... over 15 years ago
merged mdekrey
Meinrad Recheis
as henon
More... over 15 years ago
api: added a test demonstrating index corruption of an msysgit index
Meinrad Recheis
as henon
More... over 15 years ago
api: fixed GitIndex-based implementation of Add in Index.cs
Meinrad Recheis
as henon
More... over 15 years ago
Merge branch 'master' of github.com:mdekrey/GitSharp More... over 15 years ago
Added IgnoreRules utility class. Added IgnoreTests to test IgnoreRules. More... over 15 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... over 15 years ago
Merge branch 'master' of [email protected]:henon/GitSharp
Meinrad Recheis
as henon
More... over 15 years ago
Implemented IDisposable for classes that have a disposable field. More... over 15 years ago
Added CanAddAFileToAMSysGitIndexWhereAFileIsAlreadyWaitingToBeCommitted() test to CanReadMsysgitIndexFixture. More... over 15 years ago