summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.0'Matthias Sohn2018-08-171-1/+1
|\
| * Fix wrong warning message in case of lock failuresChristian Halstrick2018-08-161-1/+1
* | Update apache httpcore and httpclientMatthias Sohn2018-08-1710-43/+36
* | Introduce ProtocolV2HookMasaya Suzuki2018-08-165-32/+375
* | Add EMPTY_TREE_ID as a sibling of EMPTY_BLOB_IDDave Borowitz2018-08-151-0/+8
* | Update javadoc for EMPTY_BLOB_IDDave Borowitz2018-08-151-1/+5
* | Merge "Declare ConfigConstants and GitProtocolConstants final"Jonathan Nieder2018-08-143-2/+16
|\ \
| * | Declare ConfigConstants and GitProtocolConstants finalMatthias Sohn2018-08-153-2/+16
* | | Respond with shallow-info before wanted-refsJonathan Tan2018-08-132-16/+16
* | | Use a TreeMap to construct the list of renamed projectsHan-Wen Nienhuys2018-08-131-2/+2
* | | Merge "Fix ResolveMerger: rebase with autocrlf=true, direct checkout"Gunnar Wagenknecht2018-08-134-18/+149
|\ \ \ | |/ / |/| |
| * | Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf2018-08-134-18/+149
* | | Support protocol v2 want-ref in UploadPackJonathan Tan2018-08-104-0/+279
|/ /
* | Merge remote-tracking branch 'origin/stable-5.0'Thomas Wolf2018-08-091-0/+2
|\|
| * Ensure that JSch knows HostKeyAlgorithms ssh-rsa and ssh-dssThomas Wolf2018-08-081-0/+2
* | Fix API breakage introduced by da254106Matthias Sohn2018-08-084-47/+45
* | Abort rename detection in a timely manner if cancelledMatthias Sohn2018-08-076-25/+80
* | RebaseCommand: Remove unnecessary fall through commentsJonathan Nieder2018-08-041-2/+0
* | Merge branch 'stable-5.0'Matthias Sohn2018-08-010-0/+0
|\|
| * Prepare 5.0.3-SNAPSHOT buildsMatthias Sohn2018-08-0156-357/+357
| * JGit v5.0.2.201807311906-rv5.0.2.201807311906-rMatthias Sohn2018-08-0156-59/+59
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-08-010-0/+0
| |\
| | * Prepare 4.11.2-SNAPSHOT buildsMatthias Sohn2018-07-3156-356/+356
| | * JGit v4.11.1.201807311124-rv4.11.1.201807311124-rMatthias Sohn2018-07-3156-59/+59
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-07-310-0/+0
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-07-310-0/+0
| | | |\
| | | | * Prepare 4.9.4-SNAPSHOT buildsMatthias Sohn2018-07-3156-333/+333
| | | | * JGit v4.9.3.201807311005-rv4.9.3.201807311005-rMatthias Sohn2018-07-3156-59/+59
* | | | | Merge "Use project names instead of paths for the submodule name"Jonathan Nieder2018-07-272-62/+123
|\ \ \ \ \
| * | | | | Use project names instead of paths for the submodule nameMasaya Suzuki2018-07-272-62/+123
* | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-07-275-28/+53
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-07-275-28/+53
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-07-275-28/+53
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-07-275-2/+189
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-07-275-2/+189
| | | | |\ \
| | | | | * \ Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-275-2/+192
| | | | | |\ \
| | | | | | * | Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn2018-07-2756-321/+321
| | | | | | * | JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn2018-07-2656-59/+59
| | | | | | * | Delete all loose refs empty directoriesLuca Milanesio2018-07-264-21/+43
| | | | | | * | Use java.nio to delete path to get detailed errorsLuca Milanesio2018-07-261-5/+5
| | | | | | * | GC: Remove empty references foldersHector Caballero2018-07-102-0/+164
| | | | | | * | Do not ignore path deletion errorsLuca Milanesio2018-07-081-2/+6
* | | | | | | | Merge "ErrorProne: Enable check for misuse of ExpectedException"David Pursehouse2018-07-271-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | ErrorProne: Enable check for misuse of ExpectedExceptionDavid Pursehouse2018-07-231-0/+3
* | | | | | | | | Merge "Send only 1 flush pkt at the end of v2 fetch"Jonathan Nieder2018-07-242-1/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Send only 1 flush pkt at the end of v2 fetchJonathan Tan2018-07-242-1/+9
| |/ / / / / / /
* / / / / / / / Fix NPE in BlameGenerator.getSourceStart()Matthias Sohn2018-07-241-1/+1
|/ / / / / / /
* | | | | | | HttpClientConnection.getHeaderFields should support multiple values for same ...Gabriel Couto2018-07-235-3/+102
* | | | | | | Always send refs' objects despite "filter" in packJonathan Tan2018-07-202-4/+85
* | | | | | | RepoCommand: record remote branch, group, shallow bit by defaultJonathan Nieder2018-07-201-3/+3