summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge "Constants for objects and info/{http-,}alternates"Jonathan Nieder2019-08-028-11/+31
|\
| * Constants for objects and info/{http-,}alternatesDavid Turner2019-08-028-11/+31
* | UploadPack: move writing of "packfile" headerJonathan Tan2019-07-302-9/+28
|/
* PreUploadHookChain: Use list instead of array internallyIvan Frade2019-07-241-22/+25
* PostUploadHookChain: Use a list instead of array internallyIvan Frade2019-07-241-18/+19
* Merge "UploadPack: add getProtocolV2Hook() method"Jonathan Tan2019-07-241-0/+12
|\
| * UploadPack: add getProtocolV2Hook() methodIvan Frade2019-07-181-0/+12
* | Merge "ProtocolV2HookChain: Allow to create a chain of protocol V2 hooks"Jonathan Tan2019-07-241-0/+110
|\|
| * ProtocolV2HookChain: Allow to create a chain of protocol V2 hooksIvan Frade2019-07-181-0/+110
* | JschConfigSessionFactory: [findbugs] Set synchronizedMasaya Suzuki2019-07-221-1/+1
|/
* Support "sideband-all" in protocol v2 fetchJonathan Tan2019-07-166-4/+74
* UploadPack: remove pckOut instance fieldJonathan Tan2019-07-161-21/+28
* TreeRevFilter: Refresh code to latest coding standardsIvan Frade2019-07-121-19/+22
* Fix typos in JavadocMichael Keppler2019-07-083-6/+6
* Correct @since in RevWalk for the --first-parent methodsThomas Wolf2019-07-061-2/+6
* Move ServiceMayNotContinueException handling code from sendPackMasaya Suzuki2019-06-271-24/+22
* Move exception handling code to the callerMasaya Suzuki2019-06-271-23/+32
* Do not ignore secondary failureMasaya Suzuki2019-06-271-31/+22
* RevWalk: Add a setFirstParent that mimics C git's --first-parentDave Borowitz2019-06-2719-32/+152
* UploadPack: support lazy fetches if no bitmapJonathan Tan2019-06-251-0/+42
* Fix bundle localization of Apache SSH bundleMichael Keppler2019-06-212-4/+4
* 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-182-8/+3
* Delete unused API problem filtersMatthias Sohn2019-06-161-183/+0
* Walk tag chains for --include-tag optionsPavel Flaška2019-06-161-1/+16
* Prepare 5.5.0-SNAPSHOT buildsMatthias Sohn2019-06-133-54/+54
* Prepare 5.4.1-SNAPSHOT buildsMatthias Sohn2019-06-123-54/+54
* JGit v5.4.0.201906121030-rv5.4.0.201906121030-rMatthias Sohn2019-06-123-4/+4
* JGit v5.4.0.201906120450-rMatthias Sohn2019-06-123-4/+4
* Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-127-11/+12
* Merge branch 'master' into stable-5.4Matthias Sohn2019-06-1144-151/+1600
|\
| * 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-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