new-command.txt: correct the command description file

It has always been command-list.txt even at the time this new-command.txt document is added. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Nguyễn Thái Ngọc Duy committed Jun 25, 2016 at 15:55 UTC 82f6178af6d8a54718c7f45977622f96af9e6f95
1 file changed +1 -1
Documentation/howto/new-command.txt
+1 -1
@@ -94,7 +94,7 @@ your language, document it in the INSTALL file.
94 6. There is a file command-list.txt in the distribution main directory
95 that categorizes commands by type, so they can be listed in appropriate
96 subsections in the documentation's summary command list. Add an entry
97 -for yours. To understand the categories, look at git-commands.txt
97 +for yours. To understand the categories, look at command-list.txt
98 in the main directory. If the new command is part of the typical Git
99 workflow and you believe it common enough to be mentioned in 'git help',
100 map this command to a common group in the column [common].