From: Junio C Hamano Date: Tue, 6 Dec 2005 06:30:07 +0000 (-0800) Subject: write-tree: check extra arguments and die but be a bit more helpful. X-Git-Tag: v0.99.9m^2~58 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/75a46f6b0ed3c3aa6fe4ff53a8c20cb58cbb3732?ds=sidebyside;hp=75a46f6b0ed3c3aa6fe4ff53a8c20cb58cbb3732 write-tree: check extra arguments and die but be a bit more helpful. "git-write-tree junk" complains and dies, but it does not say what option it supports. Die with the usage string in such a case. Signed-off-by: Junio C Hamano ---