diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-18 16:02:13 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-18 16:18:29 -0800 |
commit | 72fe6a59890870ed9c3e9e1e6381fc0d7ba75fe4 (patch) | |
tree | d7a56bbb7be8c1c5f91f1dcbffbabc1199c1051d /Documentation/.gitignore | |
parent | Documentation: sync git.txt command list and manual page title (diff) | |
download | tgif-72fe6a59890870ed9c3e9e1e6381fc0d7ba75fe4.tar.xz |
Documentation: Generate command lists.
This moves the source of the list of commands and categorization
to the end of Documentation/cmd-list.perl, so that re-categorization
and re-ordering would become easier to manage.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/.gitignore')
-rw-r--r-- | Documentation/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore index c87c61af00..a531be32dc 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -5,3 +5,4 @@ howto-index.txt doc.dep README +cmds-*.txt |