aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * PacketLineIn: Rename isDelim to isDelimiterDavid Pursehouse2019-06-022-2/+2
| * ProtocolV2ParserTest: Fix typo in commentDavid Pursehouse2019-06-021-1/+1
| * Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-0114-100/+109
| * Update to Orbit R20190531194818 and rollback update to Ant 1.10.6Matthias Sohn2019-06-0115-39/+39
| * cli: Add the --always option to describeSebastian Schuberth2019-05-312-0/+5
| * DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-312-9/+47
| * cli: Add the --tags option to describeSebastian Schuberth2019-05-312-0/+5
| * DescribeCommand: Consistenly omit the default valueSebastian Schuberth2019-05-311-1/+1
| * Remove excess blank line in FileUtilsTestMatthias Sohn2019-05-311-1/+0
| * PacketLineIn: Add helper methods to check for END and DELIMDavid Pursehouse2019-05-302-6/+31
| * UploadPackTest: Rename variable to avoid hiding class memberDavid Pursehouse2019-05-301-4/+4
| * UploadPackTest: Add missing <> operator on instantiation of ArrayListDavid Pursehouse2019-05-301-1/+1
| * BitmapCalculator: javadoc fixesIvan Frade2019-05-271-1/+2
| * RevWalkUtils: add progress callback to findBranchesReachableFromAndrey Loskutov2019-05-253-1/+43