Meta/Summary: a bit of reformat

Junio C Hamano committed Jul 24, 2007 at 21:32 UTC 57ba2e2f7f658ed415326a144d48759c1f4ba473
1 file changed +2 -2
Summary
+2 -2
@@ -6,7 +6,7 @@ trap 'rm -f $tmp-*' 0
6 since="$1"
7 until="$2"
8
9 -git-rev-list --no-merges --since="$1" --until="$2" master >"$tmp-0.txt"
9 +git-rev-list --no-merges "^master@{$1}" "master@{$2}" >"$tmp-0.txt"
10 top=$(head -n 1 "$tmp-0.txt")
11 bottom=$(tail -n 1 "$tmp-0.txt")
12
@@ -32,5 +32,5 @@ Changes during this period are as follows:
32
33 EOF
34
35 -git shortlog --no-merges $bottom..$top
35 +git shortlog -w72,2,4 --no-merges $bottom..$top
36