summaryrefslogtreecommitdiff
path: root/generate-cmdlist.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-11-30 18:43:56 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-11-30 18:43:56 -0800
commit7f871c6eccd0b9925310b3f0c60c9ef458e6f109 (patch)
treec31a0b7b2f7b16508b2d485cb2e8a73f651a86be /generate-cmdlist.sh
parentMerge branch 'cc/bisect-skip' (diff)
parentUpdate draft release notes to 1.6.0.5 (diff)
downloadtgif-7f871c6eccd0b9925310b3f0c60c9ef458e6f109.tar.xz
Merge branch 'maint'
* maint: Update draft release notes to 1.6.0.5 generate-cmdlist.sh: avoid selecting synopsis at wrong place
Diffstat (limited to 'generate-cmdlist.sh')
-rwxr-xr-xgenerate-cmdlist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh
index a2913c2a2c..75c68d948f 100755
--- a/generate-cmdlist.sh
+++ b/generate-cmdlist.sh
@@ -14,7 +14,7 @@ sort |
while read cmd
do
sed -n '
- /NAME/,/git-'"$cmd"'/H
+ /^NAME/,/git-'"$cmd"'/H
${
x
s/.*git-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/