diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-11-29 16:22:50 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-29 16:22:50 +0000 |
commit | b342d0960666804b595a105919e1288f6057a686 (patch) | |
tree | c3a4c39079e6eb3b4b94b39c36be9d794126950f | |
parent | e8276cf13a38be929a45faeb9085e408e9d76cd7 (diff) |
bug page
-rw-r--r-- | doc/bugs/rename_fixup_not_attributed_to_author.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/rename_fixup_not_attributed_to_author.mdwn b/doc/bugs/rename_fixup_not_attributed_to_author.mdwn new file mode 100644 index 000000000..3122307a2 --- /dev/null +++ b/doc/bugs/rename_fixup_not_attributed_to_author.mdwn @@ -0,0 +1,9 @@ +When I renamed `todo/transient_in-memory_pages` to [[todo/transient pages]], +`rename::fixlinks` was meant to blame me for the link-fixing commit, and title it +`update for rename of %s to %s`. Instead, it blamed Joey for the commit, +and didn't set a commit message. + +(It also committed a pile of recentchanges pages which shouldn't have +been committed, for which see [[bugs/git_commit_adds_files_that_were_not_tracked]].) + +--[[smcv]] |