aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-11-29 13:28:28 -0400
committerJoey Hess <joey@kitenet.net>2010-11-29 13:28:28 -0400
commita5120846cb6461616dce4d0042a4fd45211170e4 (patch)
tree7cec2ccdbc641aa08ed1c3ca64f059afe4357229 /doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn
parentb342d0960666804b595a105919e1288f6057a686 (diff)
downloadikiwiki-a5120846cb6461616dce4d0042a4fd45211170e4.tar
ikiwiki-a5120846cb6461616dce4d0042a4fd45211170e4.tar.gz
rename: Fix to pass named parameters to rcs_commit
Diffstat (limited to 'doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn')
-rw-r--r--doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn b/doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn
index 1b6eeb2a5..829e80327 100644
--- a/doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn
+++ b/doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn
@@ -9,3 +9,10 @@ I'm unsure yet why the recentchanges files were being committed. Possibly
because of the link fixup code run when renaming a page. --[[Joey]]
> See also [[bugs/rename fixup not attributed to author]]. --[[smcv]]
+
+> Ok, there was a call to `rcs_commit` that was still using non-named
+> parameters, which confused it thuroughly, and I think caused
+> 'git add .' to be called. I've fixed that.
+>
+> I think there is still potential for the problem I described above to
+> occur during a rename or possibly otherwise. --[[Joey]]