login
Header Space

 
 

[PATCH] Stop creating the .git/branches direectory in new repositories.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <gitster@...>
Cc: <git@...>, Kristian Høgsberg <krh@...>
Date: Wednesday, May 21, 2008 - 4:09 pm

The .git/brances directory is actually a piece of cogito infrastructure
that git creates, and is only there to prevent cogito falling over.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
---

I think it's time to drop this confusing directory from the .git template.
If not for 1.5.x, let's at least schedule it for 1.6.0.

cheers,
Kristian

 templates/branches-- |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
 delete mode 100644 templates/branches--

diff --git a/templates/branches-- b/templates/branches--
deleted file mode 100644
index fae8870..0000000
--- a/templates/branches--
+++ /dev/null
@@ -1 +0,0 @@
-: this is just to ensure the directory exists.
-- 
1.5.4.5

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Stop creating the .git/branches direectory in new re..., Kristian Høgsberg, (Wed May 21, 4:09 pm)
speck-geostationary