]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Add config variable core.symrefsonly
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 15 Nov 2005 18:24:19 +0000 (19:24 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Nov 2005 19:42:29 +0000 (11:42 -0800)
commitf8348be3be8493a62110a09ab0343213990b416b
treeefad0bc70473bdc02b8ac6a5e5f001519f1d5dfa
parent4a4e6fd74f7d4564ed43eaaf59b6bd70c1959f1a
Add config variable core.symrefsonly

This allows you to force git to avoid symlinks for refs. Just add
something like

[core]
symrefsonly = true

to .git/config.

DonĀ“t forget to "git checkout your_branch", or it does not do anything...

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
config.c
environment.c
refs.c
symbolic-ref.c