aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Provide default shallowCommits getter and setter in ObjectDatabaseRonald Bhuleskar2022-08-081-2/+15
* Fetch: add support for shallowRobin Müller2022-07-312-2/+30
* Fixed since tags added for new merge constantsAndrey Loskutov2022-05-301-4/+4
* Add command line support for "git mergetool"Andre Bossert2022-05-251-1/+2
* Add config reader for user-defined mergetoolsAndre Bossert2022-05-251-4/+32
* De-couple ServiceLoader calls from class loadingThomas Wolf2022-04-141-14/+35
* GpgSigner: prevent class lock inversion on the default signerThomas Wolf2022-04-141-14/+30
* CommitConfig: add support for core.commentCharThomas Wolf2022-03-262-2/+111
* IndexDiff: use tree filter also for SubmoduleWalkThomas Wolf2022-03-061-0/+3
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-024-0/+215
* Add a typed config getter for integers confined to a rangeMatthias Sohn2022-03-022-0/+53
* PersonIdent: Add ctors that accept Instant in addition to DateDavid Ostrovsky2022-03-021-0/+57
* PushCommand: determine remote from git config if not givenThomas Wolf2022-02-142-0/+26
* Support for git config push.defaultThomas Wolf2022-02-091-0/+14
* Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-032-1/+12
* Provide git config commit.cleanupThomas Wolf2022-01-312-0/+187
* Add config reader for user-defined difftoolsAndre Bossert2021-12-081-1/+44
* Merge branch 'stable-6.0'Matthias Sohn2021-11-282-7/+11
|\
| * Don't use deprecated Repository#getAllRefs in RepositoryMatthias Sohn2021-11-251-3/+5
| * Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-251-3/+4
| * Let ObjectDatabase implement AutoClosableMatthias Sohn2021-11-241-1/+2
* | Add command line support for "git difftool"Andre Bossert2021-11-251-0/+28
|/
* Fix missing @since 6.0 tagThomas Wolf2021-11-221-0/+1
* Support commit.template config propertyJulian Ruppel2021-11-221-3/+14
* Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-302-38/+7
* Remove redundant type argumentsThomas Wolf2021-09-304-5/+6
* Support commit.template config propertyJulian Ruppel2021-07-212-0/+140
* searchForReuse might impact performance in large repositoriesFabio Ponciroli2021-06-251-0/+8
* Merge "Merge branch 'stable-5.10' into stable-5.11" into stable-5.12Matthias Sohn2021-06-131-41/+13
|\
| * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-06-131-41/+13
| |\
| | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-06-131-41/+13
| | |\
| | | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-06-131-41/+13
| | | |\
| | | | * Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-06-131-41/+13
| | | | |\
| | | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-06-131-41/+13
| | | | | |\
| | | | | | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2021-06-131-41/+13
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2021-06-051-41/+13
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2021-06-051-41/+13
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2021-06-051-41/+13
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2021-06-051-41/+13
| | | | | | | | | | |\
| | | | | | | | | | | * BatchRefUpdate: Skip saving conflicting ref names and prefixes in memoryKaushik Lingarkar2021-05-241-41/+13
| | | | | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-11-271-2/+0
| | | | | | | |\| | | |
| | | | | | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-11-271-2/+0
| | | | | | | | |\| | |
| | | | | | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-11-261-2/+0
| | | | | | | | | |\| |
| | | | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-11-261-2/+0
| | | | | | | | | | |\|
| | | | | | | | | | | * Remove unused importsMatthias Sohn2020-07-191-2/+0
* | | | | | | | | | | | Add git config for conflict style merge/diff3Thomas Wolf2021-05-031-0/+8
|/ / / / / / / / / / /
* | | | | | | | | | | init: add config option to set default for the initial branch nameMatthias Sohn2021-02-221-0/+13
* | | | | | | | | | | init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-222-0/+55
* | | | | | | | | | | GPG signature verification via BouncyCastleThomas Wolf2021-02-162-0/+229
* | | | | | | | | | | GPG: support git config gpg.programThomas Wolf2021-02-073-16/+115