Commit aa9ea77
committed
blame: read custom grafts given by -S before calling setup_revisions()
setup_revisions() while getting the command line arguments parses the
given commits from the command line, which means their direct parents will
not be rewritten by the custom graft file.
Call read_ancestry() early to work around this issue.
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent ea02eef commit aa9ea77
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2346 | 2346 | | |
2347 | 2347 | | |
2348 | 2348 | | |
| 2349 | + | |
| 2350 | + | |
| 2351 | + | |
| 2352 | + | |
2349 | 2353 | | |
2350 | 2354 | | |
2351 | 2355 | | |
| |||
2484 | 2488 | | |
2485 | 2489 | | |
2486 | 2490 | | |
2487 | | - | |
2488 | | - | |
2489 | | - | |
2490 | | - | |
2491 | 2491 | | |
2492 | 2492 | | |
2493 | 2493 | | |
| |||
0 commit comments