summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v6.2.0.202206011217-rc1v6.2.0.202206011217-rc1Matthias Sohn2022-06-013-4/+4
* Merge "Add filtering with help of DirCacheCheckout.getContent()"Andrey Loskutov2022-05-305-134/+282
|\
| * Add filtering with help of DirCacheCheckout.getContent()Andre Bossert2022-05-305-134/+282
* | Fixed since tags added for new merge constantsAndrey Loskutov2022-05-301-4/+4
|/
* Merge "Add mergetool merge feature (execute external tool)"Andrey Loskutov2022-05-274-65/+178
|\
| * Add mergetool merge feature (execute external tool)Andre Bossert2022-05-254-65/+178
* | Merge "Add command line support for "git mergetool""Andrey Loskutov2022-05-278-52/+573
|\|
| * Add command line support for "git mergetool"Andre Bossert2022-05-258-52/+573
* | Merge "Add config reader for user-defined mergetools"Andrey Loskutov2022-05-275-4/+374
|\|
| * Add config reader for user-defined mergetoolsAndre Bossert2022-05-255-4/+374
* | Merge "Add difftool compare feature (execute external tool)"Andrey Loskutov2022-05-277-40/+624
|\|
| * Add difftool compare feature (execute external tool)Andre Bossert2022-05-257-40/+624
* | RewriteGenerator: Fully buffering of input is no longer necessarySimon Sohrt2022-05-254-22/+68
|/
* PackFileSnapshot: Resolve warnings by using "equals" instead of "=="Fabio Ponciroli2022-05-202-1/+39
* Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-152-9/+27
* RefSpec: add missing @sinceThomas Wolf2022-04-251-0/+1
* De-couple ServiceLoader calls from class loadingThomas Wolf2022-04-142-28/+65
* CommitCommand: call GpgSigner.getDefault() only if indeed signingThomas Wolf2022-04-141-8/+8
* GpgSigner: prevent class lock inversion on the default signerThomas Wolf2022-04-141-14/+30
* Fetch: Introduce negative refspecs.yunjieli2022-04-135-8/+116
* BaseSearch: Suppress ReferenceEquality WarningsFabio Ponciroli2022-04-021-0/+1
* RewriteGenerator: Suppress ReferenceEquality WarningsFabio Ponciroli2022-04-011-0/+1
* PlotCommit: Suppress ReferenceEquality WarningsFabio Ponciroli2022-04-011-0/+1
* PlotCommitList: Suppress ReferenceEquality WarningsFabio Ponciroli2022-04-011-0/+4
* Use git config core.commentCharThomas Wolf2022-03-265-34/+94
* CommitConfig: add support for core.commentCharThomas Wolf2022-03-262-2/+111
* [push, lfs] Tell the pre-push hook whether the push is a dry runThomas Wolf2022-03-232-2/+26
* Merge changes I5df54a92,Iecc61d1cMatthias Sohn2022-03-223-52/+138
|\
| * LsRemoteCommand: apply url.*.insteadOfThomas Wolf2022-03-151-6/+14
| * Factor out URL replacement from RemoteConfigThomas Wolf2022-03-152-46/+124
* | DirCacheCheckout: use a LinkedHashMap instead of HashMapThomas Wolf2022-03-191-2/+2
* | Re-try reading a file when there are concurrent writesThomas Wolf2022-03-193-107/+168
* | [sideband] Ensure last bit of progress channel is writtenThomas Wolf2022-03-193-7/+39
|/
* Merge branch 'stable-6.1'Matthias Sohn2022-03-0911-239/+661
|\
| * Prepare 6.1.1-SNAPSHOT buildsMatthias Sohn2022-03-083-55/+55
| * JGit v6.1.0.202203080745-rv6.1.0.202203080745-rMatthias Sohn2022-03-083-4/+4
| * [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-075-143/+324
| * Don't use final for method parametersMatthias Sohn2022-03-063-20/+14
| * [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-065-64/+280
| * [push] Call the pre-push hook later in the push processThomas Wolf2022-03-062-15/+43
| * IndexDiff: use tree filter also for SubmoduleWalkThomas Wolf2022-03-061-0/+3
| * Prepare 6.1.0-SNAPSHOT buildsMatthias Sohn2022-03-023-4/+4
| * JGit v6.1.0.202203021511-rc1v6.1.0.202203021511-rc1Matthias Sohn2022-03-023-4/+4
* | Prepare 6.2.0-SNAPSHOT buildsMatthias Sohn2022-03-033-55/+55
|/
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-0211-12/+285
* Add a typed config getter for integers confined to a rangeMatthias Sohn2022-03-025-0/+71
* PersonIdent: Add ctors that accept Instant in addition to DateDavid Ostrovsky2022-03-021-0/+57
* Make precedence more explicitFabio Ponciroli2022-03-021-1/+1
* Cap describe abbrev optionMatthias Sohn2022-03-021-2/+10
* DescribeCommand: Add support for --abbrev=0Matthias Sohn2022-03-021-0/+3