aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Abbreviated{Long}ObjectId: Make operator precedence explicitDavid Pursehouse2019-06-111-1/+1
* GC: Update TODO commentsDavid Pursehouse2019-06-111-2/+2
* FS_POSIX: Fix reference comparison of Boolean.FALSEDavid Pursehouse2019-06-111-2/+2
* 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-101-0/+45
* Warn if configured cookie file is missingMatthias Sohn2019-06-093-0/+7
* Handle escaped CR-LF in git config filesThomas Wolf2019-06-081-3/+20
* DescribeCommand: use glob match instead of path matchThomas Wolf2019-06-071-6/+11
* Fix off-by-one error in RebaseTodoFile when reading a todo fileThomas Wolf2019-06-071-3/+9
* Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-074-5/+5
* 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
* Determine hard-linking and nlink support per FileStoreThomas Wolf2019-06-061-9/+24
* Support reading and writing cookies.Konrad Windszus2019-06-0610-1/+1052
* Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-055-15/+35
* PacketLineIn: Deprecate the END constantDavid Pursehouse2019-06-031-1/+9
* PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse2019-06-033-33/+91
* Replace most usages of PacketLineIn.END with PacketLineIn.end()David Pursehouse2019-06-031-0/+11
* PacketLineIn: Deprecate DELIM constantDavid Pursehouse2019-06-031-0/+14
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-027-12/+12
* PacketLineIn: Rename isDelim to isDelimiterDavid Pursehouse2019-06-021-1/+1
* Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-013-22/+34
* DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-311-2/+23
* DescribeCommand: Consistenly omit the default valueSebastian Schuberth2019-05-311-1/+1
* PacketLineIn: Add helper methods to check for END and DELIMDavid Pursehouse2019-05-301-0/+24
* 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-223-4/+4
| * | JGit v5.4.0.201905221418-m3v5.4.0.201905221418-m3Matthias Sohn2019-05-223-4/+4
* | | BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-231-0/+42
* | | RevWalk: new method createReachabilityChecker()Ivan Frade2019-05-224-11/+21
|/ /
* | ReachabilityCheckers: @since 5.4Ivan Frade2019-05-223-3/+3
* | 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
* | UploadPack: restore inadvertently deleted lineJonathan Tan2019-05-201-0/+1
* | Merge changes from topic 'reachability-2'Jonathan Tan2019-05-205-44/+481
|\ \
| * | UploadPack: Use reachability checker to validate non-advertised wantsIvan Frade2019-05-161-44/+78
| * | BitmappedReachabilityChecker: Reachability check using bitmapsIvan Frade2019-05-151-0/+122
| * | BitmapCalculator: Get the reachability bitmap of a commitIvan Frade2019-05-151-0/+93
| * | ReachabilityChecker: Default implementation with a RevWalkIvan Frade2019-05-152-0/+188
* | | Convert to lambda or member referenceCarsten Hammer2019-05-1638-466/+296
|/ /
* | Use integer depth in PackWriter's DepthAwareVisitationPolicyMatthias Sohn2019-05-031-4/+4
* | SubmoduleWalk#forPath: Clarify that caller must close returned instanceDavid Pursehouse2019-04-291-2/+4
* | ConfigConstants: Fix quoting of section names in javadocsDavid Pursehouse2019-04-291-8/+8
* | Silence API errors and add missing @since tags caused by 175e6654Matthias Sohn2019-04-292-1/+18
* | Merge branch 'stable-5.3'Matthias Sohn2019-04-298-42/+119
|\|
| * Prepare 5.3.2-SNAPSHOT buildsMatthias Sohn2019-04-283-53/+53