diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2009-10-30 18:20:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-30 14:36:06 -0700 |
commit | 0cc5691a8b05a7eabdeef520c94b1bb3bcac7874 (patch) | |
tree | 6cb4fbb72bdf455d11e9c6fba312fe6775f861f9 /templates | |
parent | 3fe9747b94ca81d29894debdb371cff3b1d89af1 (diff) | |
download | git-0cc5691a8b05a7eabdeef520c94b1bb3bcac7874.tar.gz |
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 <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/branches-- | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/branches-- b/templates/branches-- deleted file mode 100644 index fae88709a6..0000000000 --- a/templates/branches-- +++ /dev/null @@ -1 +0,0 @@ -: this is just to ensure the directory exists. |