]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/commit-die-on-bogus-ident'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Dec 2010 22:41:14 +0000 (14:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Dec 2010 22:41:14 +0000 (14:41 -0800)
* jk/commit-die-on-bogus-ident:
  commit: die before asking to edit the log message
  ident: die on bogus date format

Conflicts:
builtin/commit.c

1  2 
builtin/commit.c

index 6c09857a602193857cf8907c1c1c2574053e29e1,3bcb4b7ec040c4896593b75b3e574951891d016f..22ba54f9bb2ea9f9f9f01528e8a155723da7a4da
@@@ -69,8 -69,6 +69,7 @@@ static enum 
  static const char *logfile, *force_author;
  static const char *template_file;
  static char *edit_message, *use_message;
- static char *author_name, *author_email, *author_date;
 +static char *fixup_message, *squash_message;
  static int all, edit_flag, also, interactive, only, amend, signoff;
  static int quiet, verbose, no_verify, allow_empty, dry_run, renew_authorship;
  static int no_post_rewrite, allow_empty_message;