]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
enable separate reflog for HEAD
authorNicolas Pitre <nico@cam.org>
Fri, 26 Jan 2007 22:26:07 +0000 (17:26 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 28 Jan 2007 10:16:46 +0000 (02:16 -0800)
commitbd104db164d7f2a714aa0f1cdf89fd89fee6c00a
tree587094c19bd9b1a9e90c2085a5929dc10c50c8a6
parent1655707c9ec56847945854f8645ed64f74159e99
enable separate reflog for HEAD

If HEAD is tied to a branch then both logs/HEAD and logs/heads/<branch> are
updated.  This is also true for any symbolic refs in general, but only HEAD
will see its reflog created automatically.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
refs.c