]> git.ipfire.org Git - thirdparty/git.git/blobdiff - generate-cmdlist.sh
git-stash: don't complain when listing in a repo with no stash
[thirdparty/git.git] / generate-cmdlist.sh
index 1de14ea82fe678e3afb66ea11d6dd6e306158387..17df47b95067449f03039b8ecd7715701302fa68 100755 (executable)
@@ -7,7 +7,7 @@ struct cmdname_help
     char help[80];
 };
 
-struct cmdname_help common_cmds[] = {"
+static struct cmdname_help common_cmds[] = {"
 
 sort <<\EOF |
 add
@@ -22,7 +22,7 @@ commit
 diff
 fetch
 grep
-init-db
+init
 log
 merge
 mv