summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GPG: handle extended private key formatThomas Wolf2021-02-1920-94/+2157
* dfs: handle short copieswh2021-02-191-2/+9
* Merge "[GPG] Provide a factory for the BouncyCastleGpgSigner"Thomas Wolf2021-02-192-1/+36
|\
| * [GPG] Provide a factory for the BouncyCastleGpgSignerThomas Wolf2021-02-192-1/+36
* | Merge "Rename PackFile to Pack"Jonathan Nieder2021-02-1837-264/+267
|\ \ | |/ |/|
| * Rename PackFile to PackNasser Grainawi2021-02-1037-264/+267
* | Fix boxing warningsMatthias Sohn2021-02-172-2/+2
* | GPG: compute the keygrip to find a secret keyThomas Wolf2021-02-1625-67/+869
* | GPG signature verification via BouncyCastleThomas Wolf2021-02-1624-44/+1507
* | Post commit hook failure should not cause commit failureTim Neumann2021-02-152-4/+35
* | Allow to define additional Hook classes outside JGitMatthias Sohn2021-02-151-2/+2
* | GitHook: use default charset for output and error streamsMatthias Sohn2021-02-151-4/+6
* | GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn2021-02-155-28/+49
* | Update jetty to 9.4.36.v20210114Matthias Sohn2021-02-1317-315/+315
* | Allow dir/file conflicts in virtual base commit on recursive merge.Marija Savtchouk2021-02-092-10/+277
|/
* Merge "GitHook: make fields outputStream and errorStream private"Christian Halstrick2021-02-091-2/+2
|\
| * GitHook: make fields outputStream and errorStream privateMatthias Sohn2021-02-091-2/+2
* | GPG: support git config gpg.programThomas Wolf2021-02-076-37/+241
|/
* Bump bazel version to 4.0.0David Ostrovsky2021-02-071-1/+1
* Bazel: Remove unused resources variableDavid Ostrovsky2021-02-071-2/+0
* Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-074-9/+67
* Field updateHead can be a local variable in RefDirectoryRenameLars Vogel2021-02-061-4/+1
* Fix FileRepository#convertToReftable which failed if no reflog existedMatthias Sohn2021-02-051-4/+6
* Fix SeparateClassloaderTestRunner on Java 9 or higherMatthias Sohn2021-02-051-4/+10
* Merge "reftable: add random suffix to table names"Matthias Sohn2021-02-051-2/+6
|\
| * reftable: add random suffix to table namesHan-Wen Nienhuys2021-01-251-2/+6
* | TransportGitAnon: remove unnecessary socket bind to a local addressAlina Djamankulova2021-02-051-1/+0
* | Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-0446-453/+445
* | LFSPointerTest: suppress errorprone error [SelfComparison]Matthias Sohn2021-02-041-0/+1
* | Fix bazel tests broken by classes moved in dbd05433Matthias Sohn2021-02-041-2/+2
* | Merge branch 'stable-5.11'Matthias Sohn2021-02-030-0/+0
|\ \
| * | Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2021-02-0388-121/+121
| * | JGit v5.11.0.202102031030-m2v5.11.0.202102031030-m2Matthias Sohn2021-02-0388-121/+121
|/ /
* | IO: fix IO.readFully(InputStream, byte[], int)Thomas Wolf2021-01-312-3/+87
* | LFS: make pointer parsing more robustThomas Wolf2021-01-312-15/+326
* | [pgm] add option --timeout to clone commandMatthias Sohn2021-01-291-3/+5
* | Merge "Move reachability checker generation into the ObjectReader object"Jonathan Nieder2021-01-2917-33/+137
|\ \
| * | Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-2817-33/+137
* | | Add the "compression-level" option to all ArchiveCommand formatsYoussef Elghareeb2021-01-289-82/+185
* | | Merge changes I36d9b63e,I8c5db581,I2c02e89cJonathan Tan2021-01-2714-1/+635
|\ \ \
| * | | Compare getting all refs except specific refs with seek and with filterGal Paikin2021-01-271-1/+53
| * | | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-278-0/+255
| * | | Add seekPastPrefix method to RefCursorGal Paikin2021-01-265-0/+327
* | | | Wrap the Files.list returned Stream in a try-with-resources blockTerry Parker2021-01-263-5/+21
| |/ / |/| |
* | | TemporaryBuffer: fix toByteArray(limit)Thomas Wolf2021-01-222-3/+97
| |/ |/|
* | Correct the minimum required version of Apache httpclientThomas Wolf2021-01-185-19/+16
* | Merge "pgm: add missing dependency to org.apache.commons.logging"Matthias Sohn2021-01-181-0/+1
|\ \
| * | pgm: add missing dependency to org.apache.commons.loggingMatthias Sohn2021-01-171-0/+1
* | | Merge "[spotbugs]: Fix potential NPE in FileSnapshot constructor"Matthias Sohn2021-01-181-1/+1
|\ \ \ | |/ / |/| |
| * | [spotbugs]: Fix potential NPE in FileSnapshot constructorMatthias Sohn2021-01-031-1/+1