diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Correct_misspelling_of___34__committer__34__.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/Correct_misspelling_of___34__committer__34__.mdwn b/doc/todo/Correct_misspelling_of___34__committer__34__.mdwn new file mode 100644 index 0000000..9ecd90d --- /dev/null +++ b/doc/todo/Correct_misspelling_of___34__committer__34__.mdwn @@ -0,0 +1,6 @@ +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. + |