aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'stable-5.4'David Pursehouse2019-05-241-1/+1
|\
| * Merge branch 'stable-5.3' into stable-5.4David Pursehouse2019-05-241-1/+1
| |\
| | * SystemReader: Respect passed-in parent when no system config is presentDave Borowitz2019-05-231-1/+1
| * | Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2019-05-2272-103/+103
| * | JGit v5.4.0.201905221418-m3v5.4.0.201905221418-m3Matthias Sohn2019-05-2272-103/+103
| * | Merge branch 'master' into stable-5.4Matthias Sohn2019-05-22112-1242/+1675
| |\ \
| * | | Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2019-05-1572-103/+103
| * | | JGit v5.4.0.201905081430-m2v5.4.0.201905081430-m2Matthias Sohn2019-05-0872-103/+103
* | | | Upgrade maven-source-plugin to 3.1.0David Pursehouse2019-05-231-1/+1
* | | | Upgrade maven-jar-plugin to 3.1.2David Pursehouse2019-05-231-1/+1
* | | | Upgrade jacoco-maven-plugin to 0.8.4David Pursehouse2019-05-231-1/+1
* | | | BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-232-0/+84
* | | | RevWalk: new method createReachabilityChecker()Ivan Frade2019-05-224-11/+21
| |/ / |/| |
* | | ReachabilityCheckers: @since 5.4Ivan Frade2019-05-223-3/+3
* | | Update Orbit to S20190521195709 for 2019-06 M3Matthias Sohn2019-05-2215-83/+104
* | | Tune max heap size for testsMatthias Sohn2019-05-228-8/+8
* | | GPG: check that the key found is a signing keyThomas Wolf2019-05-213-0/+10
* | | GPG: use key fingerprint suffix to compare id for signing keyThomas Wolf2019-05-211-5/+6
* | | Merge "Recognize ReachabilityCheckerTestCase as helper"Jonathan Nieder2019-05-201-0/+1
|\ \ \
| * | | Recognize ReachabilityCheckerTestCase as helperJonathan Tan2019-05-201-0/+1