From: Robin Rosenberg Date: Fri, 30 Oct 2009 17:20:28 +0000 (+0100) Subject: Don't create the $GIT_DIR/branches directory on init X-Git-Tag: v1.6.6-rc0~88 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0cc5691a8b05a7eabdeef520c94b1bb3bcac7874;p=git.git Don't create the $GIT_DIR/branches directory on init Git itself does not even look at this directory. Any tools that actually needs it should create it itself. Signed-off-by: Robin Rosenberg Signed-off-by: Junio C Hamano --- diff --git a/templates/branches-- b/templates/branches-- deleted file mode 100644 index fae88709a..000000000 --- a/templates/branches-- +++ /dev/null @@ -1 +0,0 @@ -: this is just to ensure the directory exists.