]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jz/patch-id'
authorTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:41 +0000 (21:04 -0400)
committerTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:41 +0000 (21:04 -0400)
commit160314e62537274d88c939bed957f623cda13da4
treea5d8240095a1968922c9dbe4336915547b91754a
parent63bba4fdd86d80ef061c449daa97a981a9be0792
parent0d32ae8d7ffab444a83ce1db11e5341a95d109dd
Merge branch 'jz/patch-id'

A new "--include-whitespace" option is added to "git patch-id", and
existing bugs in the internal patch-id logic that did not match
what "git patch-id" produces have been corrected.

* jz/patch-id:
  builtin: patch-id: remove unused diff-tree prefix
  builtin: patch-id: add --verbatim as a command mode
  patch-id: fix patch-id for mode changes
  builtin: patch-id: fix patch-id with binary diffs
  patch-id: use stable patch-id for rebases
  patch-id: fix stable patch id for binary / header-only
builtin/log.c
diff.c
patch-ids.c