author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 15 Nov 2005 18:24:19 +0000 (19:24 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 15 Nov 2005 19:42:29 +0000 (11:42 -0800) | ||
commit | f8348be3be8493a62110a09ab0343213990b416b | |
tree | efad0bc70473bdc02b8ac6a5e5f001519f1d5dfa | tree | snapshot |
parent | 4a4e6fd74f7d4564ed43eaaf59b6bd70c1959f1a | commit | diff |
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>
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 | diff | blob | history | |
config.c | diff | blob | history | |
environment.c | diff | blob | history | |
refs.c | diff | blob | history | |
symbolic-ref.c | diff | blob | history |