aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Add difftool compare feature (execute external tool)Andre Bossert2022-05-257-40/+624
* 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-134-8/+115
* 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
|/
* [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-074-143/+304
* 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
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-029-12/+268
* Add a typed config getter for integers confined to a rangeMatthias Sohn2022-03-023-0/+55
* 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
* DescribeCommand: Support configuring the hash abbreviationSebastian Schuberth2022-02-191-5/+26
* Simplify implementation of WorkingTreeIteratorThomas Wolf2022-02-161-29/+16
* Transport: load all refs only if push refspecs have wildcardsThomas Wolf2022-02-141-3/+7
* PushCommand: determine remote from git config if not givenThomas Wolf2022-02-143-1/+57
* PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-142-12/+122
* Prevent that an instance of PushCommand is reusedThomas Wolf2022-02-141-0/+1
* Remove unused warning suppressionFabio Ponciroli2022-02-112-2/+1
* Support for git config push.defaultThomas Wolf2022-02-092-2/+116
* Merge branch 'stable-6.0'Matthias Sohn2022-02-093-13/+29
|\
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-02-093-13/+29
| |\
| | * Stop initCause throwing in readAdvertisedRefsDarius Jokilehto2022-02-083-13/+29
* | | Support LFS Server URL without .git suffixNail Samatov2022-02-082-13/+24
* | | [rebase] InteractiveHandler2: handle Gerrit Change-IdsThomas Wolf2022-02-041-6/+27
* | | Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-037-10/+40
* | | RebaseCommand: fix commit message in "fixup" caseThomas Wolf2022-02-021-25/+29
* | | reftable: close old Db in FileRepository#convertToPackedRefsHan-Wen Nienhuys2022-02-021-2/+4
* | | reftable: tweaks for WindowsHan-Wen Nienhuys2022-02-021-2/+11
* | | Merge changes I11366273,I256e1572Ivan Frade2022-02-013-273/+459
|\ \ \