diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-19 01:50:37 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-19 01:50:37 -0800 |
commit | 75c384efb52d0e3eb1e8c2f53668b4066fe6a8d6 (patch) | |
tree | 08fc25030e93d75633adc9d0673b82ce7c16e154 /templates | |
parent | 5fed4668153c9ca6e44ec84a0976089f515705aa (diff) | |
download | git-75c384efb52d0e3eb1e8c2f53668b4066fe6a8d6.tar.gz git-75c384efb52d0e3eb1e8c2f53668b4066fe6a8d6.tar.xz |
Do not create $GIT_DIR/remotes/ directory anymore.
Because we do not use --no-separate-remote anymore, there is no
reason to create that directory from the template.
t5510 test is updated to test both $GIT_DIR/remotes/ based
configuration and $GIT_DIR/config variable (credits to
Johannes).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/remotes-- | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/remotes-- b/templates/remotes-- deleted file mode 100644 index fae88709a..000000000 --- a/templates/remotes-- +++ /dev/null @@ -1 +0,0 @@ -: this is just to ensure the directory exists. |