response
[ikiwiki.git] / doc / bugs / git.pm_should_prune_remote_branches_when_fetching.mdwn
1 The _git_ module does not appear ever to prune obsolete remote branches in the _srcdir_ repository, leading to spurious errors when fetching.
2
3 Pruning remote branches can be done automatically with the --prune option to "git fetch" or in a separate command "git remote prune".
4
5 --[[blipvert]]
6
7 > I'll need more information than that before I add extra processing
8 > work to the current git commands it uses. I don't see any errors here
9 > from obsolete remote branches. --[[Joey]]