Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-07-18 22:12:45 +0400
committernulltoken <emeric.fermas@gmail.com>2012-07-25 09:53:30 +0400
commitbd72425d16fce9771af7727029f7d8ea8c2e98d2 (patch)
treef4a9367ebf29fb7552faad8136dd68f1743212c0 /src/reflog.h
parentd284b3de631edeaa651bf3ee2c5963cb970016c4 (diff)
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;
};