]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/parse-commit-with-malformed-ident'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 May 2023 23:45:44 +0000 (16:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 May 2023 23:45:45 +0000 (16:45 -0700)
The commit object parser has been taught to be a bit more lenient
to parse timestamps on the author/committer line with a malformed
author/committer ident.

* jk/parse-commit-with-malformed-ident:
  parse_commit(): describe more date-parsing failure modes
  parse_commit(): handle broken whitespace-only timestamp
  parse_commit(): parse timestamp from end of line
  t4212: avoid putting git on left-hand side of pipe

1  2 
commit.c

diff --cc commit.c
Simple merge