summaryrefslogtreecommitdiff
path: root/doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
blob: 137fc23981d25c3d81a7ab0fa5bee0e1bfa4d7a9 (plain)

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]]