]>
git.ipfire.org Git - thirdparty/git.git/blob - generate-cmdlist.sh
3 echo "/* Automatically generated by $0 */
10 static struct cmdname_help common_cmds[] = {"
12 sed -n -e 's/^git-\([^ ]*\)[ ].* common.*/\1/p' command-list.txt |
17 /^NAME/,/git-'"$cmd"'/H
20 s/.*git-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
22 }' "Documentation/git-$cmd.txt"