blipvert 2010-09-12 15:36:28 +00:00 committed by Joey Hess
parent bf89911120
commit 75bf370d4c
1 changed files with 3 additions and 0 deletions

View File

@ -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".