summaryrefslogtreecommitdiff
path: root/doc/bugs/remove_plugin_and_untracked_files.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/remove_plugin_and_untracked_files.mdwn')
-rw-r--r--doc/bugs/remove_plugin_and_untracked_files.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/remove_plugin_and_untracked_files.mdwn b/doc/bugs/remove_plugin_and_untracked_files.mdwn
new file mode 100644
index 000000000..07408c3bc
--- /dev/null
+++ b/doc/bugs/remove_plugin_and_untracked_files.mdwn
@@ -0,0 +1,6 @@
+The [[plugins/remove]] plugin does not report an error if git rm fails. (It
+probably doesn't if other VCS backends fail too). This can happen for example
+if a page in your source directory is not a tracked file for whatever reason
+(in my case, due to renaming the files and forgetting to commit that change).
+
+ -- [[Jon]]