unnecessary check in builtin-add.c ?

Previous thread: using stgit/guilt for public branches by Michael S. Tsirkin on Wednesday, April 25, 2007 - 8:20 am. (12 messages)

Next thread: [PATCH 0/5]: Minor fixes by Luiz Fernando N. Capitulino on Wednesday, April 25, 2007 - 10:17 am. (1 message)
To: Git Mailing List <git@...>
Date: Wednesday, April 25, 2007 - 8:53 am

At line 91 in fill_directory(), isn't this check unnecessary
(91 if (pathspec)) because of earlier check at line 161 (if (argc <= i) ) ?

Yakov
-

Previous thread: using stgit/guilt for public branches by Michael S. Tsirkin on Wednesday, April 25, 2007 - 8:20 am. (12 messages)

Next thread: [PATCH 0/5]: Minor fixes by Luiz Fernando N. Capitulino on Wednesday, April 25, 2007 - 10:17 am. (1 message)