commit | 747e25050bfef8f3a7c882954b654cf6d97fc63e | [log] [tgz] |
---|---|---|
author | Stephen Boyd <bebarino@gmail.com> | Sun Mar 22 19:14:06 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 22 21:46:02 2009 -0700 |
tree | abb4e83e574c2eb061b4fdc14efb7ddc72301686 | |
parent | 108dab2811701c20d6d6e8d9fe8af88e41d65d77 [diff] |
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 <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>