response
authorJoey Hess <joey@kitenet.net>
Tue, 8 Jun 2010 18:50:24 +0000 (14:50 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 8 Jun 2010 18:50:24 +0000 (14:50 -0400)
doc/bugs/tag_plugin:_autotag_vs._staged_changes.mdwn

index 8678249bb0cbcfd19791aa97ac9a42e6325d1258..2419cf75f51f33740d8a73e36a807bb1d086f8ab 100644 (file)
@@ -1,3 +1,14 @@
 The autotag functionality of the tag plugin committed (when doing its
 first commit) all changes that have been staged (in Git).  I suggest it
 should be restricted to the specific file only.  --[[tschwinge]]
+
+> This is not specific to the tag plugin. Same can happen
+> if you rename a file, or post a comment, or remove a file
+> via web interface. All of these use `rcs_commit_staged`.
+> 
+> This is why ikiwiki is supposed to have a checkout of 
+> the repository that it uses for its own purposes, and nobody else
+> should mess with. There are various notes about that being needed here
+> and there; you're free to not give ikiwiki its own repo, but you have to
+> be aware that it can fight with you if you're making changes to the same
+> repo. [[done]] --[[Joey]]