6
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/henon/GitSharp More... over 15 years ago
Removed more casts More... over 15 years ago
Removed more casts More... over 15 years ago
Merge branch 'master' of [email protected]:henon/GitSharp
Meinrad Recheis
as henon
More... over 15 years ago
api: added and improved CommitTests.
Meinrad Recheis
as henon
More... over 15 years ago
api: added Repository.Commit, for committing the staged changes
Meinrad Recheis
as henon
More... over 15 years ago
api: added parameter checks for Index.CommitChanges
Meinrad Recheis
as henon
More... over 15 years ago
api: added Commit.Changes which is a shortcut to compare a commit with it's parent(s) ... works even if Parent is null.
Meinrad Recheis
as henon
More... over 15 years ago
Changed UploadPack.want() so that it isnt recursive More... over 15 years ago
Changed UploadPack.want() so that it isnt recursive More... over 15 years ago
Removed more casts More... over 15 years ago
Removed more casts More... over 15 years ago
Removed casts from ObjectWalk More... over 15 years ago
Removed casts from ObjectWalk More... over 15 years ago
Removed unnecessary casts More... over 15 years ago
Removed unnecessary casts More... over 15 years ago
Removed unnecessary casts More... over 15 years ago
Removed unnecessary casts More... over 15 years ago
Merge branch 'master' of github.com:henon/GitSharp More... over 15 years ago
Adding zipping feature to NAnt script. More... over 15 years ago
Added test and fix for the index and locked files. More... over 15 years ago
Merge branch 'master' of github.com:henon/GitSharp More... over 15 years ago
Merge remote branch 'henon/master' More... over 15 years ago
As AssemblyVersionAttribute only allows numeric value for each part, commit hash is now part of AssemblyProductAttribute. More... over 15 years ago
Add SubmoduleConfig More... over 15 years ago
Made the NAnt script aware of the SharedAssemblyInfo.cs. More... over 15 years ago
Added SharedAssemblyInfo.cs which bears common assembly attributes. Removed from every AssemblyInfo.cs every useless/duplicate information. Version number generation will be handled by the NAnt script. More... over 15 years ago
api: added a test for Index.CommitChanges, it passes :) ... <--- the api can commit now! yeah.
Meinrad Recheis
as henon
More... over 15 years ago
Made the tests being run into the test-results subdirectory. Main advantage is being able to access native git from tests (if it's accessible through PATH environment variable) without invoking GitSharp git.exe. More... over 15 years ago
Fix typo, add support for command line patterns, fix precedence. More... over 15 years ago