summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Tag message must not include the signatureThomas Wolf2021-01-101-12/+36
* | Protocol V2: don't log spurious ACKs in UploadPackThomas Wolf2021-01-062-6/+29
* | Merge "Protocol V2: respect MAX_HAVES only once we got at least one ACK"Thomas Wolf2021-01-051-1/+11
|\ \
| * | Protocol V2: respect MAX_HAVES only once we got at least one ACKThomas Wolf2021-01-041-1/+11
* | | Merge "FileSnapshot: don't try to read file attributes twice"Christian Halstrick2021-01-051-4/+17
|\ \ \ | | |/ | |/|
| * | FileSnapshot: don't try to read file attributes twiceMatthias Sohn2021-01-031-4/+17
* | | RepositoryCache: declare schedulerLock finalMatthias Sohn2021-01-031-1/+1
| |/ |/|
* | Enable git wire protocol version 2 on server side per defaultDavid Ostrovsky2021-01-031-1/+2
* | Client-side protocol V2 support for fetchingThomas Wolf2021-01-0118-182/+1071
|/
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-015-8/+11
* Fix NPE in DirCacheCheckoutThomas Wolf2020-12-301-8/+10
* Merge "Added check for null on DirCacheEntry in checkoutEntry method"Christian Halstrick2020-12-301-2/+6
|\
| * Added check for null on DirCacheEntry in checkoutEntry methodTudor Matrescu2020-12-031-2/+6
* | [spotbugs] Fix incorrect lazy initialization in SystemReaderMatthias Sohn2020-12-221-2/+2
* | [spotbugs] Don't use class from java.util.concurrent for lockingMatthias Sohn2020-12-221-1/+3
* | [spotbugs] Fix potential NPE in FS.FileStoreAttributes#getMatthias Sohn2020-12-221-0/+3
* | [spotbugs] Fix FileReftableStack#equals to check for nullMatthias Sohn2020-12-221-0/+3
* | [spotbugs] FileReftableDatabase: extract lock to local variableMatthias Sohn2020-12-221-2/+4