]> git.ipfire.org Git - thirdparty/git.git/blobdiff - generate-cmdlist.sh
i18n: add no-op _() and N_() wrappers
[thirdparty/git.git] / generate-cmdlist.sh
index 17df47b95067449f03039b8ecd7715701302fa68..75c68d948fd3105272f893ff2f901007519f62f5 100755 (executable)
@@ -9,39 +9,12 @@ struct cmdname_help
 
 static struct cmdname_help common_cmds[] = {"
 
-sort <<\EOF |
-add
-apply
-archive
-bisect
-branch
-checkout
-cherry-pick
-clone
-commit
-diff
-fetch
-grep
-init
-log
-merge
-mv
-prune
-pull
-push
-rebase
-reset
-revert
-rm
-show
-show-branch
-status
-tag
-EOF
+sed -n -e 's/^git-\([^         ]*\)[   ].* common.*/\1/p' command-list.txt |
+sort |
 while read cmd
 do
      sed -n '
-     /NAME/,/git-'"$cmd"'/H
+     /^NAME/,/git-'"$cmd"'/H
      ${
             x
             s/.*git-'"$cmd"' - \(.*\)/  {"'"$cmd"'", "\1"},/