Commit 8c6da01
committed
WIP: remerge-diff: suppress conflict marker labels
TODO: Deliberate whether this makes sense only optionally, e.g. with
`range-diff --diff-merges=remerge`. If so: How to do that? Do we need to
avoid the spawned `git log` calls in `range-diff.c` for that, in which
case we face a then-again-premature optimization again that I fixed in
ab75a56 (log: --remerge-diff needs to keep around commit parents,
2024-11-08). Besides, that would need to be refactored into its own
patch as it would otherwise over-extend the scope.
TODO: add a test case that demonstrates how this is useful.
TODO: explain in the commit message why this is useful.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent eeca09d commit 8c6da01
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1025 | 1025 | | |
1026 | 1026 | | |
1027 | 1027 | | |
| 1028 | + | |
1028 | 1029 | | |
1029 | 1030 | | |
1030 | 1031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2085 | 2085 | | |
2086 | 2086 | | |
2087 | 2087 | | |
2088 | | - | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
2089 | 2093 | | |
2090 | 2094 | | |
2091 | 2095 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments