0
I Use This!
Inactive

Commits : Listings

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