From: Junio C Hamano Date: Wed, 13 Jul 2016 18:24:12 +0000 (-0700) Subject: Merge branch 'nd/doc-new-command' X-Git-Tag: v2.10.0-rc0~127 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/7aa46d2bc86c48a397f78f2385ca6e607b1e3a55?hp=97865e83c7266ad0fd55f75ae4e2d968ef34bf6f Merge branch 'nd/doc-new-command' Typofix in a doc. * nd/doc-new-command: new-command.txt: correct the command description file --- diff --git a/Documentation/howto/new-command.txt b/Documentation/howto/new-command.txt index 6d772bd927..15a4c8031f 100644 --- a/Documentation/howto/new-command.txt +++ b/Documentation/howto/new-command.txt @@ -94,7 +94,7 @@ your language, document it in the INSTALL file. 6. There is a file command-list.txt in the distribution main directory that categorizes commands by type, so they can be listed in appropriate subsections in the documentation's summary command list. Add an entry -for yours. To understand the categories, look at git-commands.txt +for yours. To understand the categories, look at command-list.txt in the main directory. If the new command is part of the typical Git workflow and you believe it common enough to be mentioned in 'git help', map this command to a common group in the column [common].