aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* HTTP cookies: do tilde expansion on http.cookieFileThomas Wolf2021-03-123-8/+21
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-03-103-54/+54
* Prepare 5.11.1-SNAPSHOT buildsMatthias Sohn2021-03-093-54/+54
* JGit v5.11.0.202103091610-rv5.11.0.202103091610-rMatthias Sohn2021-03-093-4/+4
* PackFile: Add id + ext based constructorsNasser Grainawi2021-03-076-34/+70
* GC: deleteOrphans: Use PackFileNasser Grainawi2021-03-041-13/+16
* PackExt: Convert to EnumNasser Grainawi2021-03-042-56/+19
* Restore preserved packs during missing object seeksMartin Fick2021-03-042-12/+99
* Pack: Replace extensions bitset with bitmapIdx PackFileNasser Grainawi2021-03-043-47/+39
* PackDirectory: Use PackFile to ensure we find preserved packsNasser Grainawi2021-03-041-31/+43
* GC: Use PackFile to de-dup logicNasser Grainawi2021-03-041-25/+16
* Create a PackFile class for Pack filenamesNasser Grainawi2021-03-044-30/+171
* HTTP: cookie file stores expiration in secondsThomas Wolf2021-03-031-24/+30
* IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-235-26/+80
* FastIgnoreRule: include bad pattern in log messageThomas Wolf2021-02-233-1/+8
* init: add config option to set default for the initial branch nameMatthias Sohn2021-02-222-3/+23
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-224-1/+79
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-226-8/+94
* dfs: handle short copieswh2021-02-191-2/+9
* Merge "Rename PackFile to Pack"Jonathan Nieder2021-02-1826-173/+176
|\
| * Rename PackFile to PackNasser Grainawi2021-02-1026-173/+176
* | Fix boxing warningsMatthias Sohn2021-02-171-1/+1
* | GPG signature verification via BouncyCastleThomas Wolf2021-02-1610-4/+781
* | 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
* | Allow dir/file conflicts in virtual base commit on recursive merge.Marija Savtchouk2021-02-091-10/+13
|/
* 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-075-35/+207
|/
* Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-072-9/+14
* 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
* 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
* | IO: fix IO.readFully(InputStream, byte[], int)Thomas Wolf2021-01-311-3/+3
* | Merge "Move reachability checker generation into the ObjectReader object"Jonathan Nieder2021-01-2910-27/+120
|\ \
| * | Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-2810-27/+120
* | | Merge changes I36d9b63e,I8c5db581,I2c02e89cJonathan Tan2021-01-277-0/+150
|\ \ \
| * | | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-274-0/+93
| * | | Add seekPastPrefix method to RefCursorGal Paikin2021-01-263-0/+57
* | | | Wrap the Files.list returned Stream in a try-with-resources blockTerry Parker2021-01-263-5/+21
| |/ / |/| |
* | | TemporaryBuffer: fix toByteArray(limit)Thomas Wolf2021-01-221-3/+32
| |/ |/|
* | 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
* | | TransportHttp: support preemptive Basic authenticationThomas Wolf2021-01-143-0/+75
* | | TransportHttp: shared SSLContext during fetch or pushThomas Wolf2021-01-147-41/+205
* | | TransportHttp: make the connection factory configurableThomas Wolf2021-01-144-2/+49
| |/ |/|