Commit 7ceacdf
committed
"blame -c" should be compatible with "annotate"
There is no reason to have a separate variable cmd_is_annotate;
OUTPUT_ANNOTATE_COMPAT option is supposed to produce the compatibility
output, and we should produce the same output even when the command was
not invoked as "annotate" but as "blame -c".
Noticed by Pasky.
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent f88d225 commit 7ceacdf
2 files changed
+18
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
1686 | 1685 | | |
1687 | 1686 | | |
1688 | 1687 | | |
1689 | | - | |
| 1688 | + | |
1690 | 1689 | | |
1691 | 1690 | | |
1692 | 1691 | | |
| |||
2317 | 2316 | | |
2318 | 2317 | | |
2319 | 2318 | | |
2320 | | - | |
2321 | | - | |
| 2319 | + | |
2322 | 2320 | | |
2323 | 2321 | | |
2324 | 2322 | | |
| |||
2346 | 2344 | | |
2347 | 2345 | | |
2348 | 2346 | | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
2349 | 2350 | | |
2350 | 2351 | | |
2351 | 2352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
491 | 504 | | |
0 commit comments