aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
diff options
context:
space:
mode:
authorblipvert <blipvert@web>2010-09-12 15:36:28 +0000
committerJoey Hess <joey@kitenet.net>2010-09-12 15:36:28 +0000
commit75bf370d4c9aedaa039a93753ff093447c8f09fc (patch)
tree1e0dfe7852ce8317e3a789914edaee31fae19ee9 /doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
parentbf8991112089b6d6f77856fff02fd0496330469b (diff)
downloadikiwiki-75bf370d4c9aedaa039a93753ff093447c8f09fc.tar
ikiwiki-75bf370d4c9aedaa039a93753ff093447c8f09fc.tar.gz
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.mdwn3
1 files changed, 3 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
new file mode 100644
index 000000000..50047789e
--- /dev/null
+++ b/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
@@ -0,0 +1,3 @@
+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".