commit | 4727f671b834a565343ed1af613654ba4d6ececc | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Wed Sep 18 20:41:18 2013 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Sep 18 11:11:53 2013 -0700 |
tree | a982250efcf42f7dd78a73d7dc595a96fff2f40d | |
parent | 6035d6aad8ca11954c0d7821f6f3e7c047039c8f [diff] |
fetch-pack.c: show correct command name that fails When --shallow-file is added to the command line, it has to be before the subcommand name, the first argument won't be the command name any more. Stop assuming that and keep track of the command name explicitly. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>