0
I Use This!
Inactive

Commits : Listings

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