projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75bf370
)
added signature
author
blipvert
<blipvert@web>
Sun, 12 Sep 2010 15:38:19 +0000
(15:38 +0000)
committer
Joey Hess
<joey@kitenet.net>
Sun, 12 Sep 2010 15:38:19 +0000
(15:38 +0000)
doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
patch
|
blob
|
history
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 50047789e84140f0c1b2c4177ef91308618b8ada..137fc23981d25c3d81a7ab0fa5bee0e1bfa4d7a9 100644
(file)
--- a/
doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
+++ b/
doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn
@@
-1,3
+1,5
@@
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]]