diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-28 19:23:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-28 19:23:06 -0400 |
commit | 47b4682ba7e8d2a0a5da87adbfb4adc3f857370f (patch) | |
tree | 893c080f360a97e15bd900c74528f2c98b49fb27 /doc/bugs | |
parent | 93d77673e44c1c4019a2fcbae2e450f095c4426a (diff) | |
download | ikiwiki-47b4682ba7e8d2a0a5da87adbfb4adc3f857370f.tar ikiwiki-47b4682ba7e8d2a0a5da87adbfb4adc3f857370f.tar.gz |
bug
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn | 9 |
1 files changed, 9 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 new file mode 100644 index 000000000..6f7d4b72a --- /dev/null +++ b/doc/bugs/git_commit_adds_files_that_were_not_tracked.mdwn @@ -0,0 +1,9 @@ +Commit 3650d0265bc501219bc6d5cd4fa91a6b6ecd793a seems to have been caused by +a bug in ikiwiki. recentchanges/* was added to the git repo incorrectly. + +Part of the problem seems to be that git's `rcs_commit` does a git add followed +by a `rcs_commit_staged`, and so calling `rcs_commit` on files that were +not checked in before adds them, incorrectly. + +I'm unsure yet why the recentchanges files were being committed. Possibly +because of the link fixup code run when renaming a page. --[[Joey]] |