Commit 1ec323e
authored
Configuration for git to ignore generated test output on rebase/merge (#3773)
## Why
Having output file in conflicted state requires marking them as resolve
manually which adds to rebase/merge toil. You're going to regenerate
them anyway, so no need to spend time on these conflicts.
## Tests
Manually, by creating a conflicting change in script & output.txt:
```
% git rebase -i a
Auto-merging acceptance/selftest/basic/output.txt
Auto-merging acceptance/selftest/basic/script
CONFLICT (content): Merge conflict in acceptance/selftest/basic/script
error: could not apply 73b9af638... update Y
...
Could not apply 73b9af638... # update Y
```1 parent 4ce8685 commit 1ec323e
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments