]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
core.logallrefupdates create new log file only for branch heads.
authorJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 08:35:18 +0000 (01:35 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 08:35:18 +0000 (01:35 -0700)
commit4057deb5de110176ac19519177654108607b685c
tree38b6599725625599dcab79f6efbb355f2aa55481
parent26e5fc3415a294546b4009c7280fed4d367d4e62
core.logallrefupdates create new log file only for branch heads.

It used to mean "create log file for any ref that is updated",
but now it creates new log files only for branch heads.

The old behaviour made this configuration less useful than
otherwise it would be; automatically creating log file for tags
is almost always not useful.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
refs.c