summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 6.3.1-SNAPSHOT buildsMatthias Sohn2022-09-123-56/+56
* JGit v6.3.0.202209071007-rv6.3.0.202209071007-rMatthias Sohn2022-09-073-4/+4
* JGit v6.3.0.2022009070944-rMatthias Sohn2022-09-073-4/+4
* [merge] Fix merge conflicts with symlinksThomas Wolf2022-09-071-53/+115
* Merge branch 'master' into stable-6.3Matthias Sohn2022-09-064-186/+110
|\
| * Merge changes I888f313f,I98de155c,I2efa9a6d,Ifa79dac2Matthias Sohn2022-09-064-186/+110
| |\
| | * Move WorkTreeUpdater to merge packageHan-Wen Nienhuys2022-09-062-5/+3
| | * WorkTreeUpdater: use DirCacheCheckout#StreamSupplierHan-Wen Nienhuys2022-09-063-130/+16
| | * DirCacheCheckout#getContent: also take InputStream supplierHan-Wen Nienhuys2022-09-062-27/+88
| | * WorkTreeUpdater: remove safeWrite optionHan-Wen Nienhuys2022-09-062-24/+3
* | | Revert "Adds FilteredRevCommit that can overwrites its parents in theMatthias Sohn2022-09-063-142/+8
* | | Revert "Option to pass start RevCommit to be blamed on to theMatthias Sohn2022-09-061-34/+13
|/ /
* / BaseSuperprojectWriter: report invalid paths as manifest errorsIvan Frade2022-08-231-1/+2
|/
* ApplyCommand: fix ApplyResult#updatedFilesHan-Wen Nienhuys2022-08-231-5/+6
* WorkTreeUpdater: rename metadata mapsHan-Wen Nienhuys2022-08-231-10/+10
* WorkTreeUpdater#Result: hide data membersHan-Wen Nienhuys2022-08-232-10/+23
* Merge "WorkTreeUpdater: re-format and clean-up"Han-Wen NIenhuys2022-08-181-221/+265
|\
| * WorkTreeUpdater: re-format and clean-upThomas Wolf2022-08-171-221/+265
* | Add javadoc on RevCommitRonald Bhuleskar2022-08-171-0/+5
* | Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-171-13/+34
* | Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-163-8/+142
* | Merge changes Ib6689f54,I3b5c22eeMatthias Sohn2022-08-162-31/+2
|\ \ | |/ |/|
| * Remove unused API problem filtersMatthias Sohn2022-08-121-31/+0
| * Add missing @since tag for RevCommit#parents introduced in 61b4d105e4Matthias Sohn2022-08-121-0/+2
* | DirCacheCheckout: load WorkingTreeOptions only onceThomas Wolf2022-08-144-39/+95
* | WorkTreeUpdater: Fix unclosed streamsThomas Wolf2022-08-141-12/+20
* | Merge "Fix API errors caused by 23a71696cd"Matthias Sohn2022-08-143-6/+41
|\|
| * Fix API errors caused by 23a71696cdMatthias Sohn2022-08-123-6/+41
* | Fix adding symlinks to the index when core.symlinks=falseThomas Wolf2022-08-131-0/+6
|/
* Merge changes Ideaefd51,I6c347393Han-Wen NIenhuys2022-08-094-427/+856
|\
| * Reapply "Create util class for work tree updating in both filesystem and index."Nitzan Gur-Furman2022-08-084-427/+856
* | Provide default shallowCommits getter and setter in ObjectDatabaseRonald Bhuleskar2022-08-083-32/+15
|/
* Revert "Create util class for work tree updating in both filesystem and index."Jonathan Nieder2022-08-054-855/+426
* Provide a default implementation for set/get shallowCommits on DfsObjDatabaseRonald Bhuleskar2022-08-051-0/+16
* Merge "Revert "Option to pass start RevCommit to be blamed on to the BlameGen...Terry Parker2022-08-031-34/+13
|\
| * Revert "Option to pass start RevCommit to be blamed on to the BlameGenerator."Ronald Bhuleskar2022-08-031-34/+13
* | Merge "Revert "Adds FilteredRevCommit that can overwrites its parents in the ...Terry Parker2022-08-032-118/+3
|\ \
| * | Revert "Adds FilteredRevCommit that can overwrites its parents in the DAG."Ronald Bhuleskar2022-08-032-118/+3
* | | CleanCommand: fix prefix matchingThomas Wolf2022-08-033-18/+56
| |/ |/|
* | Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-021-13/+34
|/
* Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-022-3/+118
* Add the ability to override parents on RevCommit.Ronald Bhuleskar2022-08-0211-79/+88
* Refactor NameConflictTreeWalk.fastMin methodDmitrii Filippov2022-08-011-8/+16
* Rename fastMinHasMatch to allTreesNamesMatchFastMinRefDmitrii Filippov2022-08-011-8/+8
* Merge "Document TreeWalk#min()"Han-Wen NIenhuys2022-08-011-0/+8
|\
| * Document TreeWalk#min()Han-Wen Nienhuys2022-08-011-0/+8
* | Merge "NameConflictTreeWalk: respect git order on multi-tree iteration"Han-Wen NIenhuys2022-08-011-0/+22
|\ \ | |/ |/|
| * NameConflictTreeWalk: respect git order on multi-tree iterationDmitrii Filippov2022-07-291-0/+22
* | Squash error-prone messagesHan-Wen Nienhuys2022-08-011-0/+6
* | Use constants for git packet protocol line identifiersThomas Wolf2022-07-316-79/+234