6
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 11 hours ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
made some tests insensitive to crlf conversion
Meinrad Recheis
as henon
More... about 15 years ago
excluding a test resource from crlf conversion to fix failing unit tests on non-windows platforms
Meinrad Recheis
as henon
More... about 15 years ago
changed the code base from CRLF to LF. Please set "git config core.autocrlf true"
Meinrad Recheis
as henon
More... about 15 years ago
Merge branch 'master' of git://github.com/JeremySkinner/GitSharp
Meinrad Recheis
as henon
More... about 15 years ago
Merge branch 'wintest' More... about 15 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... about 15 years ago
Added current directory handling to log command. More... about 15 years ago
This was breaking tests on the Tree.Item[] property and others. Will move current directory capability into CLI. More... about 15 years ago
Merge branch 'master' into wintest More... about 15 years ago
Added tests that demonstrate the out of memory problem. More... about 15 years ago
Removed MemoryStream from MessageDigest. More... about 15 years ago
ReceivePack supports separate input and output streams More... about 15 years ago
Implement SideBandOutputStream.Read. More... about 15 years ago
RefMap.Remove now delegates to RefMap.remove internally. More... about 15 years ago
Enabled executing 'git log' without any arguments to get the log for the current directory. More... about 15 years ago
Added Close() call to _pager when it is finished. More... about 15 years ago
Added new halt condition to GetHistoryBefore() so that it stops on the commit where the path is added. More... about 15 years ago
Fixed up GetRelativePath() to take the current working directory into account. More... about 15 years ago
Fixed bug where valid relative path "" when passed into item[] was returning null, but should have been returning 'this'. More... about 15 years ago
Fixed bug in GitSharp.Commit.Ancestors where the first element in the enumeration was the commit itself. Ancestors will now skip itself. More... about 15 years ago
Made Repository.Head= internal, as it is just confusing.
Meinrad Recheis
as henon
More... about 15 years ago
Repository.Get<T> now also accepts absolute paths for accessing Tree, Leaf or Blob objects by path
Meinrad Recheis
as henon
More... about 15 years ago
Added Repository.GetRelativePath which converts a given path to a repository relative path
Meinrad Recheis
as henon
More... about 15 years ago
Initial simple implementation of the log command. More... about 15 years ago
fixed AbstractTreeNode.GetHistory and added unit tests
Meinrad Recheis
as henon
More... about 15 years ago
fixed some bugs in GitSharp.Tree
Meinrad Recheis
as henon
More... about 15 years ago
Commit.Changes: implemented proper commit difference for comparing a commit against multiple parents (i.e. merge commits)
Meinrad Recheis
as henon
More... about 15 years ago
Implemented file history. Call GetHistory() on Tree or Leaf.
Meinrad Recheis
as henon
More... about 15 years ago
Fixing a compile error on Windows (in TextBuiltin)
Meinrad Recheis
as henon
More... about 15 years ago
Cleaned up Platform.Windows and Platform.Linux pager setup to allow the override setting to contain command arguments. More... about 15 years ago