From: jmtd Date: Mon, 6 Apr 2020 09:38:28 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/864b1e5a780a2dcbde02a7cd74980eac672b67bf --- 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 index 000000000..a9358dbc0 --- /dev/null +++ b/doc/bugs/git_plugin_should_support_force-pushed_src_repos.mdwn @@ -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]]