]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[git.ikiwiki.info.git] / doc / bugs / git.pm_should_prune_remote_branches_when_fetching.mdwn
index 137fc23981d25c3d81a7ab0fa5bee0e1bfa4d7a9..bf68350e3ece2d25e4eb39c023f27d1215787ff9 100644 (file)
@@ -1,5 +1,9 @@
 The _git_ module does not appear ever to prune obsolete remote branches in the _srcdir_ repository, leading to spurious errors when fetching.
 
-Pruning remote branches is done automatically with the --prune option to "git fetch" or in a separate command "git remote prune".
+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]]