From: Stephen Boyd Date: Mon, 23 Mar 2009 02:14:06 +0000 (-0700) Subject: format-patch: --numbered-files and --stdout aren't mutually exclusive X-Git-Tag: v1.6.3-rc0~32^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/747e25050bfef8f3a7c882954b654cf6d97fc63e?hp=747e25050bfef8f3a7c882954b654cf6d97fc63e format-patch: --numbered-files and --stdout aren't mutually exclusive For example: git format-patch --numbered-files --stdout --attach HEAD~~ will create two messages with files 1 and 2 attached respectively. There is no effect when using --numbered-files and --stdout together without an --attach or --inline, the --numbered-files option will be ignored. Add a test to show this. Signed-off-by: Stephen Boyd Signed-off-by: Junio C Hamano ---