summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix off-by-one error in RebaseTodoFile when reading a todo fileThomas Wolf2019-06-072-3/+151
* | Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-0711-17/+17
* | TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size()...David Pursehouse2019-06-071-2/+2
* | TransportHttp: Fix comparison of size with ">= 0"David Pursehouse2019-06-071-1/+1
* | NetscapeCookieFileTest: Split HttpCookiesMatcher to own classDavid Pursehouse2019-06-074-104/+153
* | Bazel: Add missing dependency on mockito for TransportHttpTestDavid Pursehouse2019-06-071-0/+4
* | Determine hard-linking and nlink support per FileStoreThomas Wolf2019-06-061-9/+24
* | Support reading and writing cookies.Konrad Windszus2019-06-0618-1/+1774
* | Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-056-21/+39
* | Update to Orbit R20190602212107Matthias Sohn2019-06-0315-75/+78
* | PacketLineIn: Deprecate the END constantDavid Pursehouse2019-06-031-1/+9
* | PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse2019-06-034-37/+93
* | Replace most usages of PacketLineIn.END with PacketLineIn.end()David Pursehouse2019-06-034-81/+95
* | PacketLineIn: Deprecate DELIM constantDavid Pursehouse2019-06-033-67/+81
* | Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-0214-66/+64