summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Error Prone: Increase severity of ImmutableEnumChecker to ERRORDavid Pursehouse2019-06-171-1/+1
* GitDateParser#ParseableSimpleDateFormat: Make formatStr private finalDavid Pursehouse2019-06-171-1/+1
* BatchRefUpdateTest: Suppress ImmutableEnumChecker warningDavid Pursehouse2019-06-171-0/+1
* PacketLineIn: Suppress comparison warnings for END and DELIMDavid Pursehouse2019-06-171-0/+2
* FileSnapshot#toString: Suppress ReferenceEquality warningsDavid Pursehouse2019-06-171-1/+1
* Blame: Suppress ReferenceEquality warning for RevCommit instancesDavid Pursehouse2019-06-171-2/+12
* pgm: add missing optional dependency to org.tukaani:xzMatthias Sohn2019-06-161-0/+6
* NetscapeCookieFile: Make hash static and group overloaded writeIvan Frade2019-06-151-59/+59
* NetscapeCookieFile: Javadoc fixesIvan Frade2019-06-151-15/+27
* Config: Handle reference-equality warning (and empty javadoc)Ivan Frade2019-06-151-2/+3
* Error Prone: Increase severity of ShortCircuitBoolean to ERRORDavid Pursehouse2019-06-151-1/+1
* ObjectWalk: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-1/+1
* BasePackFetchConnection: Prefer boolean operators over logical operators in c...David Pursehouse2019-06-151-1/+1
* PackWriter: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-2/+2
* 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