summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sshd: shared reference in JGitClientSession must be volatileThomas Wolf2019-07-151-1/+1
* sshd: correct the protocol version exchangeThomas Wolf2019-07-156-6/+217
* TreeRevFilter: Refresh code to latest coding standardsIvan Frade2019-07-121-19/+22
* Fix typos in JavadocMichael Keppler2019-07-083-6/+6
* Correct @since in RevWalk for the --first-parent methodsThomas Wolf2019-07-061-2/+6
* Move ServiceMayNotContinueException handling code from sendPackMasaya Suzuki2019-06-271-24/+22
* Move exception handling code to the callerMasaya Suzuki2019-06-272-71/+74
* Do not ignore secondary failureMasaya Suzuki2019-06-271-31/+22
* Add assertThrowsMasaya Suzuki2019-06-272-154/+188
* RevWalk: Add a setFirstParent that mimics C git's --first-parentDave Borowitz2019-06-2720-32/+490
* UploadPack: support lazy fetches if no bitmapJonathan Tan2019-06-252-0/+71
* Fix bundle localization of Apache SSH bundleMichael Keppler2019-06-2140-73/+76
* Fix "reset -hard" bug that folders could not be deletedRené Scheibe2019-06-192-8/+20
* Fix "reset -hard" bug that folders could not be createdRené Scheibe2019-06-193-0/+42
* Bazel: Fix lint warning flagged by buildifierDavid Ostrovsky2019-06-182-8/+8
* Update bazlets to latest versionDavid Ostrovsky2019-06-181-1/+1
* [Java 11] Update mockito to 2.23.0Matthias Sohn2019-06-1810-61/+61
* [Java 9] Fix GitDateFormatterTestMatthias Sohn2019-06-181-4/+8
* [Java 11] Remove dependency on javax.xml.bind packageDavid Ostrovsky2019-06-183-15/+3
* Merge "RebaseTodoFileTest: Fix "the the" typo"David Pursehouse2019-06-161-2/+2
|\
| * RebaseTodoFileTest: Fix "the the" typoIvan Frade2019-06-121-2/+2
* | Ignore warning that tests don't export all packagesMatthias Sohn2019-06-167-0/+238
* | Ensure all packages are exportedMatthias Sohn2019-06-162-3/+4
* | Delete unused API problem filtersMatthias Sohn2019-06-162-202/+0
* | Walk tag chains for --include-tag optionsPavel Flaška2019-06-162-2/+100
* | Update API comparison baseline to 5.4.0.201906121030-rMatthias Sohn2019-06-131-1/+1
* | Prepare 5.5.0-SNAPSHOT buildsMatthias Sohn2019-06-1372-446/+446
* | Merge branch 'stable-5.4'Matthias Sohn2019-06-1396-592/+1674
|\ \ | |/ |/|
| * Prepare 5.4.1-SNAPSHOT buildsMatthias Sohn2019-06-1272-446/+446
| * JGit v5.4.0.201906121030-rv5.4.0.201906121030-rMatthias Sohn2019-06-1272-103/+103
| * JGit v5.4.0.201906120450-rMatthias Sohn2019-06-1272-103/+103
| * Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-128-12/+13
| * Merge branch 'master' into stable-5.4Matthias Sohn2019-06-11102-499/+3068
| |\ | |/ |/|
* | Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()Thomas Wolf2019-06-112-10/+63
* | Config: Add helper method to check for empty valueDavid Pursehouse2019-06-112-5/+16
* | ErrorProne: Increase severity of FutureReturnValueIgnored to ERRORDavid Pursehouse2019-06-113-3/+7
* | FS_Win32: Add missing parentheses on if-blocksDavid Pursehouse2019-06-111-5/+10
* | Upgrade spotbugs to 3.1.12David Pursehouse2019-06-111-1/+1
* | Abbreviated{Long}ObjectId: Make operator precedence explicitDavid Pursehouse2019-06-112-2/+2
* | GC: Update TODO commentsDavid Pursehouse2019-06-111-2/+2
* | FS_POSIX: Fix reference comparison of Boolean.FALSEDavid Pursehouse2019-06-111-2/+2
* | Increase bazel timeout for long running testsMatthias Sohn2019-06-101-0/+4
* | Use bazelisk to switch between used bazel versionDavid Ostrovsky2019-06-101-0/+1
* | Bump minimum Bazel version to 0.26.1David Ostrovsky2019-06-101-1/+1
* | Bazel: Bump skylib library version to 0.8.0David Ostrovsky2019-06-101-3/+3
* | Retry loading config when locked by another processMichael Keppler2019-06-103-2/+21
* | Make pull --rebase on an unborn branch do a checkoutThomas Wolf2019-06-102-0/+73
* | Warn if configured cookie file is missingMatthias Sohn2019-06-093-0/+7
* | Handle escaped CR-LF in git config filesThomas Wolf2019-06-082-3/+55
* | DescribeCommand: use glob match instead of path matchThomas Wolf2019-06-072-6/+28