summaryrefslogtreecommitdiff
path: root/src/reflog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflog.h')
-rw-r--r--src/reflog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reflog.h b/src/reflog.h
index fe2891909..3bbdf6e10 100644
--- a/src/reflog.h
+++ b/src/reflog.h
@@ -30,6 +30,7 @@ struct git_reflog_entry {
struct git_reflog {
char *ref_name;
+ git_repository *owner;
git_vector entries;
};