aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* UploadPack: support lazy fetches if no bitmapJonathan Tan2019-06-251-0/+42
* Fix "reset -hard" bug that folders could not be deletedRené Scheibe2019-06-191-8/+0
* Fix "reset -hard" bug that folders could not be createdRené Scheibe2019-06-191-0/+3
* [Java 11] Remove dependency on javax.xml.bind packageDavid Ostrovsky2019-06-181-4/+3
* Walk tag chains for --include-tag optionsPavel Flaška2019-06-161-1/+16
* Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-127-11/+12
* Merge branch 'master' into stable-5.4Matthias Sohn2019-06-1141-141/+1533
|\
| * Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()Thomas Wolf2019-06-111-10/+15
| * Config: Add helper method to check for empty valueDavid Pursehouse2019-06-112-5/+16
| * FS_Win32: Add missing parentheses on if-blocksDavid Pursehouse2019-06-111-5/+10
| * 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-102-2/+20
| * Make pull --rebase on an unborn branch do a checkoutThomas Wolf2019-06-101-0/+45
| * Warn if configured cookie file is missingMatthias Sohn2019-06-092-0/+6
| * 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-067-1/+1007
| * Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-054-15/+27
| * 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-012-12/+23
| * 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-252-1/+42
| * Merge branch 'stable-5.4'David Pursehouse2019-05-241-1/+1
| |\
| * | BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-231-0/+42
| * | RevWalk: new method createReachabilityChecker()Ivan Frade2019-05-224-11/+21
* | | PackWriter: Make internal class staticDavid Pursehouse2019-06-061-1/+1
* | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-0610-65/+614
|\ \ \ | |_|/ |/| |
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-0510-65/+614
| |\ \
| | * \ Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-06-0510-65/+614
| | |\ \
| | | * | Add debug trace to measure time needed to open pack indexMatthias Sohn2019-06-041-0/+13
| | | * | Extend FileSnapshot for packfiles to also use checksum to detect changesMatthias Sohn2019-06-043-22/+169
| | | * | Wait opening new packfile until it can't be racy anymoreMatthias Sohn2019-06-045-6/+171
| | | * | Avoid null PackConfig in GCMatthias Sohn2019-05-291-6/+7
| | | * | Capture reason for result of FileSnapshot#isModifiedMatthias Sohn2019-05-291-15/+64
| | | * | ObjectDirectory: fix closing of obsolete packsMarc Strapetz2019-05-271-1/+2