summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-20 10:05:42 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-24 23:50:52 (GMT)
commit6687f8fea22e1e43ab163a8fe180155a0a0a956a (patch)
tree4d8711c6ccf0b21aa2a888a775680bd8bed5ad86 /templates
parent92c533ef0ea2cb43f0d7d493f006f5b4dfa7cda1 (diff)
downloadgit-6687f8fea22e1e43ab163a8fe180155a0a0a956a.zip
git-6687f8fea22e1e43ab163a8fe180155a0a0a956a.tar.gz
git-6687f8fea22e1e43ab163a8fe180155a0a0a956a.tar.bz2
[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>
Diffstat (limited to 'templates')
-rw-r--r--templates/remotes--1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/remotes-- b/templates/remotes--
new file mode 100644
index 0000000..fae8870
--- /dev/null
+++ b/templates/remotes--
@@ -0,0 +1 @@
+: this is just to ensure the directory exists.