summaryrefslogtreecommitdiff
path: root/src/reflog.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-07-18 20:12:45 +0200
committernulltoken <emeric.fermas@gmail.com>2012-07-25 07:53:30 +0200
commitbd72425d16fce9771af7727029f7d8ea8c2e98d2 (patch)
treef4a9367ebf29fb7552faad8136dd68f1743212c0 /src/reflog.h
parentd284b3de631edeaa651bf3ee2c5963cb970016c4 (diff)
downloadlibgit2-bd72425d16fce9771af7727029f7d8ea8c2e98d2.tar.gz
reflog: introduce git_reflog_write()
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;
};