aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* WorkTreeUpdater: remove safeWrite optionHan-Wen Nienhuys2022-09-062-24/+3
* 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-161-0/+2
|\ \ | |/ |/|
| * 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-142-2/+7
|\|
| * Fix API errors caused by 23a71696cdMatthias Sohn2022-08-122-2/+7
* | 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-082-18/+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-032-18/+49
| |/ |/|
* | 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
* | Use constants for git packet protocol line identifiersThomas Wolf2022-07-316-79/+234
* | ObjectDirectory: improve reading of shallow fileRobin Müller2022-07-312-15/+30
* | Fetch: add support for shallowRobin Müller2022-07-3119-76/+671
|/
* Merge "Create util class for work tree updating in both filesystem and index."Han-Wen NIenhuys2022-07-254-426/+855
|\
| * Create util class for work tree updating in both filesystem and index.Nitzan Gur-Furman2022-07-254-426/+855
* | Fix the handling of .git/info/exclude and core.excludesFileThomas Wolf2022-07-151-15/+49
* | Merge branch 'stable-6.2'Matthias Sohn2022-07-062-11/+35
|\ \ | |/ |/|
| * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-07-062-11/+35
| |\
| | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-07-062-11/+35
| | |\
| | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-07-062-11/+35
| | | |\
| | | | * UploadPack: don't prematurely terminate timer in case of errorMatthias Sohn2022-06-301-8/+19
| | | | * Merge "Do not create reflog for remote tracking branches during clone" into s...Matthias Sohn2022-06-261-2/+7
| | | | |\
| | | | | * Do not create reflog for remote tracking branches during cloneLuca Milanesio2022-06-251-2/+7
| | | | * | UploadPack: do not check reachability of visible SHA1sLuca Milanesio2022-06-251-1/+9
| | | | |/
* | | | | JGit blame very slow for large merge commits that rename filesSimeon Andreev2022-07-012-3/+141