From: Nguyễn Thái Ngọc Duy Date: Wed, 20 Jan 2016 11:06:02 +0000 (+0700) Subject: diff-no-index: do not take a redundant prefix argument X-Git-Tag: v2.7.1~12^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e5f7a5d16f2c890e7dda96e5681ee8f6687b45e4?ds=sidebyside;hp=e5f7a5d16f2c890e7dda96e5681ee8f6687b45e4 diff-no-index: do not take a redundant prefix argument Prefix is already set up in "revs". The same prefix should be used for all options parsing. So kill the last argument. This patch does not actually change anything because the only caller does use the same prefix for init_revisions() and diff_no_index(). Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---