ikiwiki/doc/bugs/git.pm_should_prune_remote_...

10 lines
480 B
Plaintext
Raw Normal View History

2010-09-12 17:36:28 +02:00
The _git_ module does not appear ever to prune obsolete remote branches in the _srcdir_ repository, leading to spurious errors when fetching.
2010-09-12 19:01:55 +02:00
Pruning remote branches can be done automatically with the --prune option to "git fetch" or in a separate command "git remote prune".
2010-09-12 17:38:19 +02:00
--[[blipvert]]
2010-09-12 21:56:17 +02:00
> I'll need more information than that before I add extra processing
> work to the current git commands it uses. I don't see any errors here
> from obsolete remote branches. --[[Joey]]