Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ld/p4-editor-multi-words'
[gitweb.git]
/
Documentation
/
cmd-list.perl
diff --git
a/Documentation/cmd-list.perl
b/Documentation/cmd-list.perl
index 04f99778d81def42e9e129b2f5b2b0551a0c760f..5aa73cfe458d9485510c6a9a67e38e522394b62a 100755
(executable)
--- a/
Documentation/cmd-list.perl
+++ b/
Documentation/cmd-list.perl
@@
-38,6
+38,10
@@
sub format_one {
}
}
+while (<>) {
+ last if /^### command list/;
+}
+
my %cmds = ();
for (sort <>) {
next if /^#/;