X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=generate-cmdlist.sh;h=975777f05ed69ef78f1fd91ac512f5b92a384141;hb=10e8d68820db9c7b6412d5a553a93fd200388f30;hp=ec1eda20de8d510a9acfd981150a5f1a438a0fe4;hpb=a5c8a98ca7e978c334e956df7ae2165c75c494da;p=git.git diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh index ec1eda20d..975777f05 100755 --- a/generate-cmdlist.sh +++ b/generate-cmdlist.sh @@ -4,7 +4,7 @@ echo "/* Automatically generated by $0 */ struct cmdname_help { char name[16]; - char help[64]; + char help[80]; }; struct cmdname_help common_cmds[] = {" @@ -12,6 +12,7 @@ struct cmdname_help common_cmds[] = {" sort <<\EOF | add apply +archive bisect branch checkout @@ -21,7 +22,7 @@ commit diff fetch grep -init-db +init log merge mv @@ -36,7 +37,6 @@ show show-branch status tag -verify-tag EOF while read cmd do