]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Summary: a bit of reformat
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 04:32:31 +0000 (21:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 04:32:31 +0000 (21:32 -0700)
Summary

diff --git a/Summary b/Summary
index 84c713e900d436294ac90342a804f225f66fe015..c8943dbd98f4173d804a198ab20466ee19288c77 100755 (executable)
--- a/Summary
+++ b/Summary
@@ -6,7 +6,7 @@ trap 'rm -f $tmp-*' 0
 since="$1"
 until="$2"
 
-git-rev-list --no-merges --since="$1" --until="$2" master >"$tmp-0.txt"
+git-rev-list --no-merges "^master@{$1}" "master@{$2}" >"$tmp-0.txt"
 top=$(head -n 1 "$tmp-0.txt")
 bottom=$(tail -n 1 "$tmp-0.txt")
 
@@ -32,5 +32,5 @@ Changes during this period are as follows:
 
 EOF
 
-git shortlog --no-merges $bottom..$top
+git shortlog -w72,2,4 --no-merges $bottom..$top