summaryrefslogtreecommitdiff
path: root/doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit
diff options
context:
space:
mode:
authorGravatar Edward Betts <edward@4angle.com>2017-02-11 09:38:49 +0000
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-12 17:30:23 -0400
commitc6e4dcca673841f29449c8c2bf85fa41b31da12f (patch)
treea0e16f9c52f6690be527044031607d97fae7d706 /doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit
parentf765752568381ca2f003c08e9601fb2b5c397b5b (diff)
correct spelling mistakes
Diffstat (limited to 'doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit')
-rw-r--r--doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit/comment_1_c8836a164c8c1efedd5467233237bfd0._comment2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit/comment_1_c8836a164c8c1efedd5467233237bfd0._comment b/doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit/comment_1_c8836a164c8c1efedd5467233237bfd0._comment
index ba8526a34..6d4f9b026 100644
--- a/doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit/comment_1_c8836a164c8c1efedd5467233237bfd0._comment
+++ b/doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit/comment_1_c8836a164c8c1efedd5467233237bfd0._comment
@@ -10,7 +10,7 @@ out of the user's view, because it's a complication that should not
need to worry about.
Keeping it in an env var does avoid complicating the discoverable
-interface with some parameter to specifiy the commit message. Another
+interface with some parameter to specify the commit message. Another
way would be to make the commit message configurable in git config.
Then it could be overridden with -c. Seems like the user of this
feature is likely going to also use annex.alwayscommit=false sometimes