Merge branch 'tt/help'
[gitweb.git] / generate-cmdlist.sh
index 975777f05ed69ef78f1fd91ac512f5b92a384141..1ba27ecf9cd42d6ce86218fe4fdcb8761cf65dd7 100755 (executable)
@@ -7,16 +7,13 @@ struct cmdname_help
     char help[80];
 };
 
-struct cmdname_help common_cmds[] = {"
+static struct cmdname_help common_cmds[] = {"
 
 sort <<\EOF |
 add
-apply
-archive
 bisect
 branch
 checkout
-cherry-pick
 clone
 commit
 diff
@@ -26,15 +23,12 @@ init
 log
 merge
 mv
-prune
 pull
 push
 rebase
 reset
-revert
 rm
 show
-show-branch
 status
 tag
 EOF