diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-12 15:56:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-12 15:56:17 -0400 |
commit | f4392bc4dd3be5833b8a7b3c1b37515a7e3b3b1f (patch) | |
tree | 48b93b6a17245cc0eb6a8e704fa3fd5ea5bfbaab /doc/bugs | |
parent | adfe73de439162ec3dca344573409fb89a8909ce (diff) | |
download | ikiwiki-f4392bc4dd3be5833b8a7b3c1b37515a7e3b3b1f.tar ikiwiki-f4392bc4dd3be5833b8a7b3c1b37515a7e3b3b1f.tar.gz |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn | 4 |
1 files changed, 4 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 4f42b082f..bf68350e3 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 @@ -3,3 +3,7 @@ The _git_ module does not appear ever to prune obsolete remote branches in the _ Pruning remote branches can be done automatically with the --prune option to "git fetch" or in a separate command "git remote prune". --[[blipvert]] + +> 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]] |