]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorjmtd <jmtd@web>
Mon, 6 Apr 2020 09:38:28 +0000 (05:38 -0400)
committeradmin <admin@branchable.com>
Mon, 6 Apr 2020 09:38:28 +0000 (05:38 -0400)
doc/bugs/git_plugin_should_support_force-pushed_src_repos.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/git_plugin_should_support_force-pushed_src_repos.mdwn b/doc/bugs/git_plugin_should_support_force-pushed_src_repos.mdwn
new file mode 100644 (file)
index 0000000..a9358db
--- /dev/null
@@ -0,0 +1,8 @@
+If you force-push to a source repository that is the configured git repository for the ikiwiki srcdir,
+rebuilding the wiki (after the hook) fails with
+
+    fatal: refusing to merge unrelated histories
+    'git pull --prune origin' failed:  at /usr/local/share/perl/5.28.1/IkiWiki/Plugin/git.pm line 251.
+
+I think that under some circumstances ikiwiki should support this. Perhaps via configuration options
+for the git plugin. — [[Jon]]