Commit c8fe4f2
committed
sequencer: handle merge_trees() errors correctly
The merge_trees() function returns 1 when the merge was clean, and
0 when merge conflicts were encountered. If even more serious errors
occur, though, it returns negative values.
This patch fixes sequencer's behavior in case of such serious errors.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 957783d commit c8fe4f2
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| 413 | + | |
| 414 | + | |
413 | 415 | | |
414 | 416 | | |
415 | 417 | | |
| |||
0 commit comments