aboutsummaryrefslogtreecommitdiff
path: root/refs.h
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-01-26 17:26:05 -0500
committerJunio C Hamano <junkio@cox.net>2007-01-28 02:16:46 -0800
commit9a13f0b71b887af42c3be854344f185c6dfa1d0d (patch)
tree964f450071a6726be9269c60d800e8fa1906aae6 /refs.h
parent1b600e659abc7e409c9d830e332d3cef01062c1c (diff)
downloadgit-9a13f0b71b887af42c3be854344f185c6dfa1d0d.tar.gz
git-9a13f0b71b887af42c3be854344f185c6dfa1d0d.tar.xz
make reflog filename independent from struct ref_lock
This allows for ref_log_write() to be used in a more flexible way, and is needed for future changes. This is only code reorg with no behavior change. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/refs.h b/refs.h
index 33450f13e..2d2ba149a 100644
--- a/refs.h
+++ b/refs.h
@@ -3,7 +3,6 @@
struct ref_lock {
char *ref_name;
- char *log_file;
struct lock_file *lk;
unsigned char old_sha1[20];
int lock_fd;