The code in git to read the info in .git/branches is still there, but nothing ever writes to this, so lets stop creating it. Signed-off-by: Kristian Høgsberg <krh@xxxxxxxxxx> --- As far as I can see this should be safe, but I admit to never really knowing what .git/branches was originally used for - tracking remote branches or something? In any case, we only ever read from this dir so the only left in git to deal with this seems to be for compatibilty with older repos. 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.3.4 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html