response
authorJoey Hess <joey@kitenet.net>
Sun, 12 Sep 2010 19:56:17 +0000 (15:56 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 12 Sep 2010 19:56:17 +0000 (15:56 -0400)
doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn

index 4f42b08..bf68350 100644 (file)
@@ -3,3 +3,7 @@ The _git_ module does not appear ever to prune obsolete remote branches in the _
 Pruning remote branches can be done automatically with the --prune option to "git fetch" or in a separate command "git remote prune".
 
 --[[blipvert]]
+
+> I'll need more information than that before I add extra processing
+> work to the current git commands it uses. I don't see any errors here
+> from obsolete remote branches. --[[Joey]]