Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-23refactor: simplify collection.toArray()Michael Keppler25-37/+37
2018-08-23UploadPack: Add missing $NON-NLS suppressionsDavid Pursehouse1-1/+2
2018-08-23UploadPack: Remove redundant specification of typeDavid Pursehouse1-1/+1
2018-08-23Upgrade spotbugs to 3.1.6David Pursehouse1-1/+1
2018-08-21Add SuppressWarnings for FutureReturnValueIgnoredMasaya Suzuki1-0/+1
2018-08-21Merge "Support remove-project node in the manifest parser"Jonathan Nieder2-0/+29
2018-08-21Support remove-project node in the manifest parserMasaya Suzuki2-0/+29
2018-08-20Remove unnecessary maven dependency of org.eclipse.jgit to httpclientMatthias Sohn1-4/+0
2018-08-20Update bazel dependencies to match maven dependenciesMatthias Sohn1-12/+12
2018-08-19SubmoduleDeinitTest fails on WindowsAndrey Loskutov2-9/+11
2018-08-19FilterCommandsTest fails on WindowsAndrey Loskutov1-0/+2
2018-08-19ReceivePackAdvertiseRefsHookTest.testSuccess() fails on WindowsAndrey Loskutov1-0/+1
2018-08-18Update Jetty to 9.4.11.v20180605Matthias Sohn12-110/+110
2018-08-18Merge branch 'stable-5.0'Matthias Sohn2-55/+22
2018-08-18Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2-55/+22
2018-08-18Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2-55/+22
2018-08-18Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2-55/+22
2018-08-18Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2-55/+22
2018-08-18Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2-55/+22
2018-08-18Update org.apache.commons.codec and org.apache.commons.loggingMatthias Sohn5-24/+24
2018-08-16Merge branch 'stable-5.0'Matthias Sohn1-1/+1
2018-08-16Update apache httpcore and httpclientMatthias Sohn10-43/+36
2018-08-16Fix wrong warning message in case of lock failuresChristian Halstrick1-1/+1
2018-08-16Introduce ProtocolV2HookMasaya Suzuki5-32/+375
2018-08-16Fix GC run in foreground to not use executorHugo Arès2-55/+22
2018-08-15Add EMPTY_TREE_ID as a sibling of EMPTY_BLOB_IDDave Borowitz1-0/+8
2018-08-15Update javadoc for EMPTY_BLOB_IDDave Borowitz1-1/+5
2018-08-14Merge "Declare ConfigConstants and GitProtocolConstants final"Jonathan Nieder3-2/+16
2018-08-14Declare ConfigConstants and GitProtocolConstants finalMatthias Sohn3-2/+16
2018-08-13Respond with shallow-info before wanted-refsJonathan Tan2-16/+16
2018-08-13Use a TreeMap to construct the list of renamed projectsHan-Wen Nienhuys1-2/+2
2018-08-13Merge "Fix ResolveMerger: rebase with autocrlf=true, direct checkout"Gunnar Wagenknecht4-18/+149
2018-08-13Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf4-18/+149
2018-08-10Support protocol v2 want-ref in UploadPackJonathan Tan4-0/+279
2018-08-09Merge remote-tracking branch 'origin/stable-5.0'Thomas Wolf1-0/+2
2018-08-08Ensure that JSch knows HostKeyAlgorithms ssh-rsa and ssh-dssThomas Wolf1-0/+2
2018-08-08Fix API breakage introduced by da254106Matthias Sohn4-47/+45
2018-08-06Abort rename detection in a timely manner if cancelledMatthias Sohn6-25/+80
2018-08-04RebaseCommand: Remove unnecessary fall through commentsJonathan Nieder1-2/+0
2018-08-01Merge branch 'stable-5.0'Matthias Sohn0-0/+0
2018-07-31Prepare 5.0.3-SNAPSHOT buildsMatthias Sohn56-357/+357
2018-07-31JGit v5.0.2.201807311906-rv5.0.2.201807311906-rMatthias Sohn56-59/+59
2018-07-31Merge branch 'stable-4.11' into stable-5.0Matthias Sohn0-0/+0
2018-07-31Prepare 4.11.2-SNAPSHOT buildsMatthias Sohn56-356/+356
2018-07-31JGit v4.11.1.201807311124-rv4.11.1.201807311124-rMatthias Sohn56-59/+59
2018-07-31Merge branch 'stable-4.10' into stable-4.11Matthias Sohn0-0/+0
2018-07-31Merge branch 'stable-4.9' into stable-4.10Matthias Sohn0-0/+0
2018-07-31Prepare 4.9.4-SNAPSHOT buildsMatthias Sohn56-333/+333
2018-07-31JGit v4.9.3.201807311005-rv4.9.3.201807311005-rMatthias Sohn56-59/+59
2018-07-27Merge "Use project names instead of paths for the submodule name"Jonathan Nieder2-62/+123

Back to the top