]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit620e92b8454d2569b9ad9a2070fd2edea99895cc
tree921324185df2fd40f2678b32172b54fd29040c45
parent69c786637d7a7fe3b2b8f7d989af095f5f49c3a8
parent90ef0f14eb1410747885806d8e55725053572654
Merge branch 'jk/parse-commit-with-malformed-ident'

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
commit.c