aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Add Git#shutdown for releasing resources held by JGit processMatthias Sohn2020-06-041-0/+11
* ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-041-42/+124
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-012-9/+57
* ApplyCommand: use Files#copy to copy fileMatthias Sohn2020-05-061-9/+4
* Apply hunks when renaming or copying from patch filesJack Wickham2020-05-061-3/+4
* Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-061-0/+1
* CherryPickCommand: fix unclosed resource warningMatthias Sohn2020-04-281-6/+8
* tag option for clone commandAlexander Nittka2020-03-151-1/+35
* Using for-each loop in jdtLars Vogel2020-02-281-2/+1
* Merge branch 'stable-5.6'Matthias Sohn2020-02-224-5/+6
|\
| * Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-192-3/+4
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
| * Change the wildcard import to explicit ones.Yunjie Li2020-02-121-1/+4
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-101-16/+26
|\|
| * Restore behavior of CloneCommandThomas Wolf2020-02-041-16/+26
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-274-7/+9
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0466-2508/+330
* | Change the wildcard import to explicit ones.Yunjie Li2019-12-091-1/+4
|/
* Add ability to redirect stderr from git hooksTim Neumann2019-12-091-3/+49
* Add possibility to get pure stderr output from AbortedByHookExceptionTim Neumann2019-12-091-9/+19
* CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-051-7/+36
* Make blame work correctly on merge conflictsThomas Wolf2019-11-271-70/+2
* WorkingTreeModifiedEvent: must be fired explicitly after mergeThomas Wolf2019-11-032-0/+9
* Implement mirror option in CloneCommandMatthias Sohn2019-10-211-26/+66
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-179-68/+68
* Add missing braces in CherryPickCommandMatthias Sohn2019-09-261-7/+14
* Fire WorkingTreeModifiedEvent if cherry-pick failed with conflictsMatthias Sohn2019-09-261-0/+4
* Merge branch 'stable-5.4'Matthias Sohn2019-08-231-1/+1
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-231-1/+1
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-231-1/+1
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-231-1/+1
| | | |\
| | | | * Fix copy-paste typo in CloneCommand#cleanupAdrien Bustany2019-08-231-1/+1
* | | | | Fix ApplyCommand which doesn't work if patch adds empty fileAnton Khodos2019-08-191-3/+7
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-099-17/+42
|\| | | |
| * | | | [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-083-5/+5
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-086-12/+37
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-086-12/+37
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-086-12/+37
| | | |\|
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-185-6/+8
| | | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-4/+5
| | | | * Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-6/+29
* | | | | Fix typos in JavadocMichael Keppler2019-07-081-2/+2
|/ / / /
* | | | Make pull --rebase on an unborn branch do a checkoutThomas Wolf2019-06-101-0/+45
* | | | DescribeCommand: use glob match instead of path matchThomas Wolf2019-06-071-6/+11
* | | | Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-072-3/+3
* | | | DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-311-2/+23
* | | | DescribeCommand: Consistenly omit the default valueSebastian Schuberth2019-05-311-1/+1
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-163-20/+6
* | | | Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-142-4/+4