diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-03-22 19:14:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-22 21:46:02 -0700 |
commit | 747e25050bfef8f3a7c882954b654cf6d97fc63e (patch) | |
tree | abb4e83e574c2eb061b4fdc14efb7ddc72301686 /log-tree.c | |
parent | 108dab2811701c20d6d6e8d9fe8af88e41d65d77 (diff) | |
download | git-747e25050bfef8f3a7c882954b654cf6d97fc63e.tar.gz |
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>
Diffstat (limited to 'log-tree.c')
0 files changed, 0 insertions, 0 deletions