summaryrefslogtreecommitdiff
path: root/doc/todo/Correct_misspelling_of___34__committer__34__.mdwn
blob: 2f0fc92462613e82c72f13a0517743f20abbf1df (plain)
1
2
3
4
5
6
7
In commit.d/50vcs-commit the word "committer" is misspelled twice (as "commiter"). Here it is in the code:

https://github.com/joeyh/etckeeper/blob/master/commit.d/50vcs-commit#L58-L59

This is causing git to incorrectly attribute commits to root instead of the name and email specified in ~/.gitconfig.

> [[fixed|done]] --[[Joey]]