]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/tag_plugin:_autotag_vs._staged_changes.mdwn
i have a patch for this now
[ikiwiki.git] / doc / bugs / tag_plugin:_autotag_vs._staged_changes.mdwn
1 The autotag functionality of the tag plugin committed (when doing its
2 first commit) all changes that have been staged (in Git).  I suggest it
3 should be restricted to the specific file only.  --[[tschwinge]]
4
5 > This is not specific to the tag plugin. Same can happen
6 > if you rename a file, or post a comment, or remove a file
7 > via web interface. All of these use `rcs_commit_staged`.
8
9 > This is why ikiwiki is supposed to have a checkout of 
10 > the repository that it uses for its own purposes, and nobody else
11 > should mess with. There are various notes about that being needed here
12 > and there; you're free to not give ikiwiki its own repo, but you have to
13 > be aware that it can fight with you if you're making changes to the same
14 > repo. [[done]] --[[Joey]] 
15
16 >> Ack, that is reasonable.  (And it's only been a very minor problem
17 >> during manual testing.)  --[[tschwinge]]