From 2768be71362c97f9c8fed15e2cd9528cceb7a4dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Nov 2011 14:19:03 -0400 Subject: [PATCH] response --- doc/bugs/old_data_isn__39__t_unused_after_migration.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/bugs/old_data_isn__39__t_unused_after_migration.mdwn b/doc/bugs/old_data_isn__39__t_unused_after_migration.mdwn index 46febe72e0..9d468bdc7d 100644 --- a/doc/bugs/old_data_isn__39__t_unused_after_migration.mdwn +++ b/doc/bugs/old_data_isn__39__t_unused_after_migration.mdwn @@ -59,3 +59,8 @@ The two files are hardlinked, so it's not taking up extra space, but it would be >> referenced those keys. I was just doing a `git pull` from a central repo, but >> needed a `git remote update` to remove those references from `remotes/foo/master` too. >> --Jim + +>>> I have considered making unused ignore remote tracking branches. +>>> On the one hand, it can be a little bit confusing, and those branches +>>> can be out of date. On the other hand, it can be useful to know you're +>>> not dropping anything that some remote might still refer to. --[[Joey]]