]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/patch-id'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:53 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:53 +0000 (14:54 -0700)
commit44773b9f70fcee5f8d55615d51888695d0ab85bf
treeb7f3d69c8a3d4aa77f12b7980ea728f1323d5648
parentc7ca437d9f713b043ed900b18b630cb70653e762
parenta6e9429f728d088999b815c25adbd2f2c115e051
Merge branch 'jc/patch-id'

The patch parser in "git patch-id" has been tightened to avoid
getting confused by lines that look like a patch header in the log
message.

* jc/patch-id:
  patch-id: tighten code to detect the patch header
  patch-id: rewrite code that detects the beginning of a patch
  patch-id: make get_one_patchid() more extensible
  patch-id: call flush_current_id() only when needed
  t4204: patch-id supports various input format
builtin/patch-id.c
t/t4204-patch-id.sh