aboutsummaryrefslogtreecommitdiffstats
path: root/patch-ids.h
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-30 21:04:41 -0400
committerTaylor Blau <me@ttaylorr.com>2022-10-30 21:04:41 -0400
commit160314e62537274d88c939bed957f623cda13da4 (patch)
treea5d8240095a1968922c9dbe4336915547b91754a /patch-ids.h
parent63bba4fdd86d80ef061c449daa97a981a9be0792 (diff)
parent0d32ae8d7ffab444a83ce1db11e5341a95d109dd (diff)
downloadgit-160314e62537274d88c939bed957f623cda13da4.tar.gz
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
Diffstat (limited to 'patch-ids.h')
-rw-r--r--patch-ids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-ids.h b/patch-ids.h
index ab6c6a6804..490d739371 100644
--- a/patch-ids.h
+++ b/patch-ids.h
@@ -20,7 +20,7 @@ struct patch_ids {
};
int commit_patch_id(struct commit *commit, struct diff_options *options,
- struct object_id *oid, int, int);
+ struct object_id *oid, int);
int init_patch_ids(struct repository *, struct patch_ids *);
int free_patch_ids(struct patch_ids *);