remove plugin and vcs rm failure reporting
authorJon Dowland <jon@ncl.ac.uk>
Thu, 14 May 2009 13:56:27 +0000 (14:56 +0100)
committerJon Dowland <jon@ncl.ac.uk>
Thu, 14 May 2009 13:56:27 +0000 (14:56 +0100)
doc/bugs/remove_plugin_and_untracked_files.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/remove_plugin_and_untracked_files.mdwn b/doc/bugs/remove_plugin_and_untracked_files.mdwn
new file mode 100644 (file)
index 0000000..07408c3
--- /dev/null
@@ -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]]