0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Sep 08, 2025 — Sep 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ported JGit commit abb2f6d604208210576b4e4f577a79c9628d706a (Add a RefFilter interface to ReceivePack and UploadPack) More... over 16 years ago
Ported JGit commit eb13fa4d421f01f80bb3ed99d14cd5772de57722 (Remove pointless boolean during native push) More... over 16 years ago
Converted BasePackPushConnection.cs line endings to CRLF. More... over 16 years ago
Ported JGit commit 2546113e0dc9a44f6f0e6117746ab25aef60aba7 (Intermediate workaround for JGit's lack of core.autocrlf support) More... over 16 years ago
Merge remote branch 'henon/master' More... over 16 years ago
Ported JGit commit 0701f8018ec547c2a9220880ebfc9ab9932d595a (Use keep(1) instead of add() when skipping an entry) More... over 16 years ago
Ported JGit commit cfd3461db383bc52b6d0178b6de0763b50a4fded (Don't allow DirCacheEntry with mode of 0) More... over 16 years ago
Converted various DirCache related files line endings to CRLF. More... over 16 years ago
Ported JGit commit 72f3eaa76e20cd9199690e05436d6d18b77e6ff8 (Disallow creating invalid DirCacheEntry records) More... over 16 years ago
Converted DirCacheEntry.cs line endings to CRLF. More... over 16 years ago
added documentation tool "docu" to tools (removed it from the gh-pages branch) and a script that generates the docs More... over 16 years ago
corrected the namespace for some commands More... over 16 years ago
added a function to Commit to check out single files into the working directory More... over 16 years ago
Merge remote branch 'henon/master' More... over 16 years ago
Slight fix to help Mono compiler not to choke. More... over 16 years ago
refactored the branch checkout api. there are now less but better defined methods to switch branch. More... over 16 years ago
added checkout functionality to Index. you can now check out the complete index or single files More... over 16 years ago
Fixed a poorly commit port overlook. Shame on me :-/ More... over 16 years ago
Implemented reset --mixed for branch objects More... over 16 years ago
Ported JGit commit 64a7999e3cf6830a6db598b60c62c8f164e04a16 (Ensure RawText closes the FileInputStream when read is complete) More... over 16 years ago
Converted RawText.cs line endings to CRLF. More... over 16 years ago
Ported JGit commit 316f746822309b4725f6d8e3e42f56e721c38f28 (Micro-optimize CanonicalTreeParser next() for ObjectWalk). More... over 16 years ago
Converted CanonicalTreeParser.cs line endings to CRLF. More... over 16 years ago
Added more functions to the Index api (unstage, direct access of staged content, manipulating index without filesystem) More... over 16 years ago
added object access functions to repository that allow convenient access to git objects: More... over 16 years ago
Tree: added an accessor for objects that are descendants of the tree. i.e. var blob=tree["the/path/to\\the.file"]; More... over 16 years ago
Ported JGit commit 7cdf0e2fb1c01632ff1d785a462e09b2e823a763 (Fix ObjectWalk corruption when skipping over empty trees). More... over 16 years ago
overloaded IsTag on Tag objects to be a bit more intelligent More... over 16 years ago
GitIndex: added remove that does not depend on file system, ensured forceContent to be honored in IsModified under any condition and converted indentation to tabs More... over 16 years ago
ignore rules test: splitting off the failing use cases into an ignored testcase. More... over 16 years ago