aboutsummaryrefslogtreecommitdiff
path: root/patch-ids.h
diff options
context:
space:
mode:
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 9569ee0d2..dea1ecda4 100644
--- a/patch-ids.h
+++ b/patch-ids.h
@@ -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 {