aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Refactor CommitCommand to improve readabilityMatthias Sohn2021-03-231-72/+90
* CommitCommand: fix formattingMatthias Sohn2021-03-231-2/+1
* CommitCommand: remove unncessary commentMatthias Sohn2021-03-231-1/+0
* Ensure post-commit hook is called after index lock was releasedMatthias Sohn2021-03-231-6/+17
* init: add config option to set default for the initial branch nameMatthias Sohn2021-02-221-3/+10
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+23
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-222-1/+22
* GPG signature verification via BouncyCastleThomas Wolf2021-02-164-1/+429
* GPG: support git config gpg.programThomas Wolf2021-02-072-19/+92
* Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-071-8/+13
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-2/+2
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-3/+2
* TagCommand: propagate NO_CHANGE informationThomas Wolf2020-12-082-35/+42
* TagCommand: make -f work with lightweight tags for NO_CHANGEThomas Wolf2020-12-081-0/+6
* TagCommand: support signing annotated tagsThomas Wolf2020-12-071-26/+152
* Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-261-0/+4
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-171-1/+6
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-1/+1
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-1/+1
* Ensure .gitmodules is loaded when accessing submodule nameJohn Dallaway2020-10-251-0/+4
* Implement git describe --allJason Yeo2020-10-131-6/+37
* 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
|\