summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | Merge "Move reachability checker generation into the ObjectReader object"Jonathan Nieder2021-01-291-0/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-281-0/+57
* | | | | | | | | | | | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-271-0/+28
|/ / / / / / / / / / /
* | | | | | | | | | | RepositoryCache: declare schedulerLock finalMatthias Sohn2021-01-031-1/+1
* | | | | | | | | | | Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-1/+2
* | | | | | | | | | | [spotbugs] Don't use class from java.util.concurrent for lockingMatthias Sohn2020-12-221-1/+3
* | | | | | | | | | | Remove reftree and ketchHan-Wen Nienhuys2020-12-151-6/+0
* | | | | | | | | | | TagCommand: support signing annotated tagsThomas Wolf2020-12-072-0/+41