aboutsummaryrefslogtreecommitdiff
path: root/generate-cmdlist.sh
diff options
context:
space:
mode:
authorJon Seymour <jon.seymour@gmail.com>2011-08-05 23:31:29 +1000
committerJunio C Hamano <gitster@pobox.com>2011-08-05 15:04:48 -0700
commit285c6cbf3c8eeadb6d4d4c3203888809e1cc7a81 (patch)
treef240f3d7fc65bbf14ccd3f57c963d8047f01036d /generate-cmdlist.sh
parent5d2fc9135a35284176e99708b9b6f32c9e6eb7a2 (diff)
downloadgit-285c6cbf3c8eeadb6d4d4c3203888809e1cc7a81.tar.gz
git-285c6cbf3c8eeadb6d4d4c3203888809e1cc7a81.tar.xz
misc-sh: fix up whitespace in some other .sh files.
I found that the patched 4 files were different when this filter is applied. expand -i | unexpand --first-only This patch contains the corrected files. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'generate-cmdlist.sh')
-rwxr-xr-xgenerate-cmdlist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh
index 3ef4861d0..1093ef4ad 100755
--- a/generate-cmdlist.sh
+++ b/generate-cmdlist.sh
@@ -15,8 +15,8 @@ do
sed -n '
/^NAME/,/git-'"$cmd"'/H
${
- x
- s/.*git-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
+ x
+ s/.*git-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
p
}' "Documentation/git-$cmd.txt"
done