]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
make reflog filename independent from struct ref_lock
authorNicolas Pitre <nico@cam.org>
Fri, 26 Jan 2007 22:26:05 +0000 (17:26 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 28 Jan 2007 10:16:46 +0000 (02:16 -0800)
commit9a13f0b71b887af42c3be854344f185c6dfa1d0d
tree964f450071a6726be9269c60d800e8fa1906aae6
parent1b600e659abc7e409c9d830e332d3cef01062c1c
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>
builtin-reflog.c
refs.c
refs.h