aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/merge
Commit message (Expand)AuthorAgeFilesLines
* [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-071-39/+60
* Merge conflict messages: prefix conflict lines with a hashThomas Wolf2022-01-311-10/+36
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* Implement ours/theirs content conflict resolutionThomas Wolf2021-04-193-45/+204
* Allow file mode conflicts in virtual base commit on recursive merge.Marija Savtchouk2021-04-061-9/+12
* Allow dir/file conflicts in virtual base commit on recursive merge.Marija Savtchouk2021-02-091-10/+13
* ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov2020-08-261-28/+44
* ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov2020-08-261-9/+11
* ResolveMerger: improving content merge readabilityDemetr Starshov2020-08-261-12/+14
* ResolveMerger: extracting createGitLinksMergeResult methodDemetr Starshov2020-08-261-8/+14
* ResolveMerger: Ignore merge conflicts if asked soIvan Frade2020-03-191-16/+26
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-271-1/+1
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\|
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0418-684/+90
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-174-62/+59
* MergeAlgorithm: Suppress Error Prone warning about reference equalityDavid Pursehouse2019-08-081-1/+6
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-21/+24
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-21/+24
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-21/+24
| | |\
| | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-21/+24
* | | | Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-1/+1
* | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
|/ / /
* | | ResolveMerger: Destroy TemporaryBuffer on unchecked exceptionsDave Borowitz2019-03-011-3/+6
* | | Avoid double wordsMincong HUANG2018-12-211-1/+1
|/ /
* | MergeFormatterPass: Remove constructor taking charset name as stringJonathan Nieder2018-09-302-26/+1
* | MergeFormatter{Pass}: Use Charset instead of StringDavid Pursehouse2018-09-303-10/+116
|/
* Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf2018-08-131-17/+105
* ResolveMerger: don't try needlessly to delete directoriesThomas Wolf2018-07-191-5/+9
* Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-07-041-1/+1
|\
| * Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-07-041-1/+1
| |\
| | * Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-07-041-1/+1
| | |\
| | | * Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-07-041-1/+1
| | | |\
| | | | * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-041-1/+1
| | | | |\
| | | | | * ResolveMerger: Fix encoding with string; use bytesMarco Miller2018-06-211-1/+1
* | | | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* | | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-156-22/+22
* | | | | | Remove deprecated ResolveMerger#processEntry methodMatthias Sohn2018-03-101-55/+0
|/ / / / /
* | | | | LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-18/+37
* | | | | Basic submodule merge handlingDavid Turner2018-02-041-6/+37
* | | | | Use a TemporaryBuffer to do a content mergeThomas Wolf2018-02-021-84/+48
* | | | | Fix index blob for merges with CRLF translationsThomas Wolf2018-02-021-5/+43
* | | | | Honor CRLF settings when writing merge resultsThomas Wolf2018-02-021-5/+23
|/ / / /
* | | | Fix javadoc in org.eclipse.jgit merge packageMatthias Sohn2017-12-1916-105/+209
* | | | Merge branch 'stable-4.9'Matthias Sohn2017-11-111-0/+56
|\| | |
| * | | Reintroduce protected method which removal broke EMF CompareMatthias Sohn2017-10-241-0/+56
* | | | Avoid loading and merging binary data in ResolveMergerHan-Wen Nienhuys2017-10-241-7/+23
|/ / /
* | | Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* | | Make 'inCoreLimit' of LocalFile used in ResolveMerger configurableChangcheng Xiao2017-07-221-2/+16