6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 3 months ago.
Feb 19, 2023 — Feb 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverted changes to CoreConfig.cs from d78d9be85be1afed0a99. More... almost 14 years ago
Added paging support to Platform.Linux. More... almost 14 years ago
Added relying on GIT_PAGER and core.pager to paging support in Platform.Windows. The basic infrastructure provided in this commit lays the foundation to adding compliant paging support to Platform.Linux. More... almost 14 years ago
Made Core.Platform a proper singleton, and cleaned up some usage of properties. More... almost 14 years ago
Moved pager instantiation to Platform. (Linux and Mac still need to be implemented)
Meinrad Recheis
as henon
More... almost 14 years ago
refactored the Platform detection towards a better object oriented design
Meinrad Recheis
as henon
More... almost 14 years ago
Added incomplete on-demand support for commands to use a pager on Windows More... almost 14 years ago
Replaced existing non-working JavaHelper.TimeoutStream with a better implementation that aborts timed out IO operations by closing the stream.
Meinrad Recheis
as henon
More... almost 14 years ago
fixed CLI CustomOptionTest
Meinrad Recheis
as henon
More... almost 14 years ago
Cleaned up directory structure: Moved CLI and API commands and stubs into separate directories
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit's InterruptTimer
Meinrad Recheis
as henon
More... almost 14 years ago
Minor fixes regarding inline documentation syntax
Meinrad Recheis
as henon
More... almost 14 years ago
Moved UnionInputStream to Util/IO
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit commit d33f939e8eb47795c1ec8e89a605303770e95f34 (ReceivePack: Enable side-band-64k capability for status reports)
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit commit 4c44810df406115c811890336eaa131a8413149b (Use more restrictive patterns for sideband progress scraping)
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit commit 3a9295b8942639b8ac9f161a84b20fe15896e6b6 (Prefix remote progress tasks with "remote: ")
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit commit b7e8cefc9216ee852499cb15935f879df1e1e3b7 (Decode side-band channel number as unsigned integer)
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit commit f2dc9f0bfe0bd521a9a2cf446b5210d8c85b583a (Refactor SideBandInputStream construction)
Meinrad Recheis
as henon
More... almost 14 years ago
setting gitsharp version to 0.3.0
Meinrad Recheis
as henon
More... almost 14 years ago
Added GitSharp API example code snippets which are published also at http://www.eqqon.com/index.php/GitSharp/Examples
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit commit 0af5944cac5e09ee99f242d029c89f924e4dd294 (Refactor SideBandOutputStream to be buffered)
Meinrad Recheis
as henon
More... almost 14 years ago
Verified port of jgit commit 36b0dcf6cbae6ba25a96bf2b2bd5251f7af8904d (Make it possible to clear a PlotCommitList) and 6828372f3e56160a447ed629933a0cd3a6ae9136 (Document protected members of RevObjectList)
Meinrad Recheis
as henon
More... almost 14 years ago
Ported jgit commit 96690904f53241e825a29be9558be319a0bbfba1 (Include description for missing bundle prereqs)
Meinrad Recheis
as henon
More... almost 14 years ago
Ported JGit commit abf223e362967d0f537777252ce3f55fc2b8031f (Allow users of ReceivePack access to the objects being sent)
Meinrad Recheis
as henon
More... almost 14 years ago
fixed release configuration of Git.csproj and cleaned up Options.cs
Meinrad Recheis
as henon
More... almost 14 years ago
fix build warnings More... almost 14 years ago
Ported JGit commit b2b816393c6d9de8058a04cef388342af5e831b7 (UnionInputStream: combines sequential InputStreams into one) More... about 14 years ago
Switched from test.git sample repository to TestGitRepository.git. More... about 14 years ago
Reviewing transport related code against JGit commit 046198cf5f21e5a63e8ec0ecde2ef3fe21db2eae. More... about 14 years ago
Made GitSshErrorStream fail in a more explicit way, provided the exception is not silently swallowed by the caller. More... about 14 years ago