324 Commits (f75effda4d36309da75d463eeb7239dad4272013)

Author SHA1 Message Date
Thomas Wolf 1b4daa2994 Cleanup: message reporting for HTTP redirect handling 7 years ago
Thomas Wolf 7ac1bfc834 Do authentication re-tries on HTTP POST 7 years ago
Shawn Pearce 0a26dcf4a3 reftable: scan and lookup reftable files 7 years ago
Shawn Pearce 0ecc8367e6 reftable: create and write reftable files 7 years ago
Thomas Wolf e17bfc96f2 Add support to follow HTTP redirects 7 years ago
Zhen Chen 2c2999643f Add dfs fsck implementation 7 years ago
Dave Borowitz 21ec281f3e ReceiveCommand: Explicitly check constructor preconditions 7 years ago
David Turner 6b1e3c58b1 Run auto GC in the background 8 years ago
Dan Willemsen b6fc8e2f3c RepoCommand: Add linkfile support. 8 years ago
Han-Wen Nienhuys 84d855cda7 ManifestParser: Throw exception if remote does not have fetch attribute 8 years ago
Dave Borowitz 4c3e274588 Support creating Mergers without a Repository 8 years ago
Matthias Sohn 61f830d3a2 Explain in error message how to recover from lock failure 8 years ago
David Ostrovsky 7e4258113c Move SHA1 compress/recompress files to resource folder 8 years ago
Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient 8 years ago
Shawn Pearce 83ad74b6b9 SHA-1: collision detection support 8 years ago
Shawn Pearce 0bff481d45 Limit receive commands 8 years ago
David Pursehouse 2eb1bebd60 Repository: Include repository name when logging corrupt use count 8 years ago
Marc Strapetz 1c4b3f8c45 Fix possible InvalidObjectIdException in ObjectDirectory 8 years ago
Shawn Pearce 81f9c18433 Define MonotonicClock interface for advanced timestamps 8 years ago
Shawn Pearce 1c70dd6d21 Add {get,set}GitwebDescription to Repository 8 years ago
Shawn Pearce 659cd813a9 Switch JSchSession to simple isolated OutputStream 8 years ago
Philipp Marx 8adbfe4da6 Check that DfsBlockCache#blockSize is a power of 2 8 years ago
Marc Strapetz c6459a6167 Fix possible SIOOBE in RefDirectory.parsePackedRefs 8 years ago
David Turner e346873511 TreeFormatter: disallow empty filenames in trees 8 years ago
Christian Halstrick d97248467a Add support for built-in smudge filters 8 years ago
Martin Goellnitz 57a263f182 Add support for post-commit hooks 8 years ago
Matthias Sohn abeaafc9c7 Don't log error if system git config does not exist 8 years ago
Terry Parker e426aa8b90 Shallow fetch/clone: Make --depth mean the total history depth 8 years ago
Terry Parker d385a7a5e5 Shallow fetch: Respect "shallow" lines 8 years ago
Dave Borowitz d6fe52e914 DiffFormatter: Support setting a reader without a repo 8 years ago
Stefan Beller a2d3c376a6 RefSpecs: allow construction of weird wildcarded RefSpecs 8 years ago
Dan Wang 7f9fb80002 Push implementation of option strings 8 years ago
Matthias Sohn ceaadf8f98 Log if Repository.useCnt becomes negative 8 years ago
Hugo Arès c1ca9cc800 Add method to read time unit from config 8 years ago
Michael Keppler 8a0a5b5337 Fix typo in system config error message 8 years ago
Hugo Arès 80cd855443 Config load should not fail on unsupported or nonexistent include path 9 years ago
Hugo Arès f379688aad Add method to read time unit from config 9 years ago
Matthias Sohn 6569a876a3 [findBugs] Prevent potential NPE in CloneCommand.init() 9 years ago
Marco Miller 1f86350c5a Support git config [include] section with absolute path(s) 9 years ago
Dave Borowitz a37d85ccd6 Support per-BatchRefUpdate atomic transactions 9 years ago
Shawn Pearce da5ef91ad0 daemon: Add --ketch=LEADER flag 9 years ago
Shawn Pearce 1f9d205043 Ketch: Intercept push and route it through Ketch 9 years ago
Shawn Pearce 9b33f4aeeb Ketch: Basic replication system 9 years ago
Shawn Pearce ac41920a43 ObjectChecker: honor some git-core fsck.* options 9 years ago
Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 9 years ago
Shawn Pearce 3d8e6b1e16 Support atomic push in JGit client 9 years ago
Christian Halstrick 5d9f595eb8 Add support for clean filters 9 years ago
Andrey Loskutov 1020f40813 Null-annotated Repository class and fixed related compiler errors 9 years ago
Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 9 years ago
Christian Halstrick 4b114d3c6b Throw IndexReadException if existing index can't be read 9 years ago