i18n: simplify numeric error reporting
[gitweb.git] / patch-ids.h
index 9569ee0d26c5cfb3ad176d54a97440739fd2ad55..0f34ea11eadffea14620ea2ad45d69894469aef7 100644 (file)
@@ -4,7 +4,7 @@
 struct patch_id {
        struct hashmap_entry ent;
        unsigned char patch_id[GIT_SHA1_RAWSZ];
-       char seen;
+       struct commit *commit;
 };
 
 struct patch_ids {
@@ -13,7 +13,7 @@ struct patch_ids {
 };
 
 int commit_patch_id(struct commit *commit, struct diff_options *options,
-                   unsigned char *sha1);
+                   unsigned char *sha1, int);
 int init_patch_ids(struct patch_ids *);
 int free_patch_ids(struct patch_ids *);
 struct patch_id *add_commit_patch_id(struct commit *, struct patch_ids *);