openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
GitSharp
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 11 hours
ago.
Jun 24, 2024 — Jun 24, 2025
Showing page 2 of 62
Search / Filter on:
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'
Andy Cooper
More...
about 15 years ago
Merge branch 'master' of git://github.com/henon/GitSharp
Andy Cooper
More...
about 15 years ago
Added current directory handling to log command.
Andy Cooper
More...
about 15 years ago
This was breaking tests on the Tree.Item[] property and others. Will move current directory capability into CLI.
Andy Cooper
More...
about 15 years ago
Merge branch 'master' into wintest
Andy Cooper
More...
about 15 years ago
Added tests that demonstrate the out of memory problem.
Matt Burke
More...
about 15 years ago
Removed MemoryStream from MessageDigest.
Matt Burke
More...
about 15 years ago
ReceivePack supports separate input and output streams
Jeremy Skinner
More...
about 15 years ago
Implement SideBandOutputStream.Read.
Jeremy Skinner
More...
about 15 years ago
RefMap.Remove now delegates to RefMap.remove internally.
Jeremy Skinner
More...
about 15 years ago
Enabled executing 'git log' without any arguments to get the log for the current directory.
Andy Cooper
More...
about 15 years ago
Added Close() call to _pager when it is finished.
Andy Cooper
More...
about 15 years ago
Added new halt condition to GetHistoryBefore() so that it stops on the commit where the path is added.
Andy Cooper
More...
about 15 years ago
Fixed up GetRelativePath() to take the current working directory into account.
Andy Cooper
More...
about 15 years ago
Fixed bug where valid relative path "" when passed into item[] was returning null, but should have been returning 'this'.
Andy Cooper
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.
Andy Cooper
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.
Andy Cooper
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.
Andy Cooper
More...
about 15 years ago
←
1
2
3
4
5
6
7
8
9
…
61
62
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree