diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-22 07:24:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-22 07:24:11 +0100 |
commit | c511549e0c6848f00bd19f152b8ab42261ff5d0c (patch) | |
tree | b4986ad0c14855412ed27b69930da8d1bf20d364 /builtin-log.c | |
parent | http tests: Darwin is not that special (diff) | |
parent | Update draft release notes to 1.6.2.2 (diff) | |
download | git-c511549e0c6848f00bd19f152b8ab42261ff5d0c.tar.xz git-c511549e0c6848f00bd19f152b8ab42261ff5d0c.zip |
Sync with maint
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-log.c')
-rw-r--r-- | builtin-log.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin-log.c b/builtin-log.c index 8af55d2879..c7a5772594 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -958,8 +958,6 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix) die ("-n and -k are mutually exclusive."); if (keep_subject && subject_prefix) die ("--subject-prefix and -k are mutually exclusive."); - if (numbered_files && use_stdout) - die ("--numbered-files and --stdout are mutually exclusive."); argc = setup_revisions(argc, argv, &rev, "HEAD"); if (argc > 1) |