commit | 6687f8fea22e1e43ab163a8fe180155a0a0a956a | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Aug 20 03:05:42 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Aug 24 16:50:52 2005 -0700 |
tree | 4d8711c6ccf0b21aa2a888a775680bd8bed5ad86 | |
parent | 92c533ef0ea2cb43f0d7d493f006f5b4dfa7cda1 [diff] |
[PATCH] Use .git/remote/origin, not .git/branches/origin. Now multi-head fetch is complete, let's migrate the default configuration for new repositories created with the "git clone" command. The original $GIT_DIR/branches is not deprecated yet, but create remotes directory by default from the templates as well. Signed-off-by: Junio C Hamano <junkio@cox.net>