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:38:19 +0000
committerJoey Hess <joey@kitenet.net>2010-09-12 15:38:19 +0000
commitc2950540725db1dda7c02f567c7c26a0f86c98f3 (patch)
tree412ba34f213124b758ffde3cbc0a8bd76bdb94af /doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
parent75bf370d4c9aedaa039a93753ff093447c8f09fc (diff)
downloadikiwiki-c2950540725db1dda7c02f567c7c26a0f86c98f3.tar
ikiwiki-c2950540725db1dda7c02f567c7c26a0f86c98f3.tar.gz
added signature
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.mdwn2
1 files changed, 2 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 50047789e..137fc2398 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
@@ -1,3 +1,5 @@
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".
+
+--[[blipvert]]