Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Describe git-clone's actual behavior in the summary
[gitweb.git]
/
generate-cmdlist.sh
diff --git
a/generate-cmdlist.sh
b/generate-cmdlist.sh
index 6c59dbd68fc15ddd392086d375c8ecfc35e30c1a..1de14ea82fe678e3afb66ea11d6dd6e306158387 100755
(executable)
--- 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
@@
-36,8
+37,6
@@
show
show-branch
status
tag
-verify-tag
-whatchanged
EOF
while read cmd
do