From 864b1e5a780a2dcbde02a7cd74980eac672b67bf Mon Sep 17 00:00:00 2001 From: jmtd Date: Mon, 6 Apr 2020 05:38:28 -0400 Subject: --- doc/bugs/git_plugin_should_support_force-pushed_src_repos.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/git_plugin_should_support_force-pushed_src_repos.mdwn 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]] -- cgit v1.2.3