summaryrefslogtreecommitdiff
path: root/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn')
-rw-r--r--doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn b/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
index 4f42b082f..bf68350e3 100644
--- a/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
+++ b/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
@@ -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]]