File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ endif::git-format-patch[]
52
52
--patience::
53
53
Generate a diff using the "patience diff" algorithm.
54
54
55
+ --histogram::
56
+ Generate a diff using the "histogram diff" algorithm.
57
+
55
58
--stat[=<width>[,<name-width>[,<count>]]]::
56
59
Generate a diffstat. You can override the default
57
60
output width for 80-column terminal by `--stat=<width>`.
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ test_expect_success 'ridiculously long subject in boundary' '
54
54
git bundle list-heads long-subject-bundle.bdl >heads &&
55
55
test -s heads &&
56
56
git fetch long-subject-bundle.bdl &&
57
- sed -n "/^-/{p;q}" long-subject-bundle.bdl >boundary &&
58
- grep "^-$_x40 " boundary
57
+ sed -n "/^-/{p;q; }" long-subject-bundle.bdl >boundary &&
58
+ grep "^-[0-9a-f]\\{40\\} " boundary
59
59
'
60
60
61
61
test_done
You can’t perform that action at this time.
0 commit comments