]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorblipvert <blipvert@web>
Sun, 12 Sep 2010 15:36:28 +0000 (15:36 +0000)
committerJoey Hess <joey@kitenet.net>
Sun, 12 Sep 2010 15:36:28 +0000 (15:36 +0000)
doc/bugs/git.pm_should_prune_remote_branches_when_fetching.mdwn [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..5004778
--- /dev/null
@@ -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".