Log ref updates to logs/refs/<ref>
[git.git] / refs.h
diff --git a/refs.h b/refs.h
index b7e9df2..43831e9 100644 (file)
--- a/refs.h
+++ b/refs.h
@@ -4,6 +4,7 @@
 struct ref_lock {
        char *ref_file;
        char *lock_file;
+       char *log_file;
        unsigned char old_sha1[20];
        int lock_fd;
 };