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:42:03 -0400
committerJoey Hess <joey@kitenet.net>2010-11-29 13:42:03 -0400
commit170cb0247926d0b7c736e61b2ff66d6a3095f271 (patch)
tree173554ac802671a2d04094229819f31e16fb2241 /doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn
parenta5120846cb6461616dce4d0042a4fd45211170e4 (diff)
downloadikiwiki-170cb0247926d0b7c736e61b2ff66d6a3095f271.tar
ikiwiki-170cb0247926d0b7c736e61b2ff66d6a3095f271.tar.gz
git: Avoid adding files when committing, so as not to implicitly add files like recentchanges files that are not normally checked in, when fixing links after rename.
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.mdwn3
1 files changed, 2 insertions, 1 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 829e80327..587650c61 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
@@ -15,4 +15,5 @@ because of the link fixup code run when renaming a page. --[[Joey]]
> '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]]
+> occur during a rename or possibly otherwise. Ok.. fixed `rcs_commit`
+> to not add too. [[done]] --[[Joey]]