diff options
author | aheckler@5216e42ed63dffe4fd3fea9b0dd4f8a157b29051 <aheckler@web> | 2015-08-04 01:01:16 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-08-04 01:01:16 +0000 |
commit | fd765cdbdca4a897e21a707fbbfc2aaa0391c1b2 (patch) | |
tree | 9cf0e7bc8c58a823834e8e9216ae2124d6fd6ce9 /doc/todo | |
parent | 674e298fb6ddccbb260eb54dde19432901be0b03 (diff) |
Diffstat (limited to 'doc/todo')
-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. + |