Skip to content

Commit

Permalink
Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11
Browse files Browse the repository at this point in the history
* jk/maint-commit-check-committer-early:
  commit: check committer identity more strictly
  • Loading branch information
gitster committed Aug 24, 2012
2 parents df1effa + f20f387 commit 9e0833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/commit.c
Expand Up @@ -725,7 +725,7 @@ static int prepare_to_commit(const char *index_file, const char *prefix,
strbuf_release(&sb);

/* This checks if committer ident is explicitly given */
strbuf_addstr(&committer_ident, git_committer_info(0));
strbuf_addstr(&committer_ident, git_committer_info(IDENT_STRICT));
if (use_editor && include_status) {
char *ai_tmp, *ci_tmp;
if (whence != FROM_COMMIT)
Expand Down

0 comments on commit 9e0833c

Please sign in to comment.