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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/refs.h
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-01-27 01:26:05 +0300
committerJunio C Hamano <junkio@cox.net>2007-01-28 13:16:46 +0300
commit9a13f0b71b887af42c3be854344f185c6dfa1d0d (patch)
tree964f450071a6726be9269c60d800e8fa1906aae6 /refs.h
parent1b600e659abc7e409c9d830e332d3cef01062c1c (diff)
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 33450f13e7..2d2ba149ab 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;