diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-11 13:33:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-11 13:34:05 -0400 |
commit | 0dfcca521027baef75953b644aaf71dc58bec80b (patch) | |
tree | c358277a63208281bd2df177de62b28af81da5af /doc/todo/do_not_commit_with_empty_messages.mdwn | |
parent | ff9fa516cdcf529e079e48b183c213a393c1a128 (diff) |
sync, assistant: Include repository name in head branch commit message.
Note that while the assistant detects changes made to remote names, I left
the commit message fixed rather than calculating it after every commit. It
doesn't seem worth the CPU to do the latter.
Diffstat (limited to 'doc/todo/do_not_commit_with_empty_messages.mdwn')
-rw-r--r-- | doc/todo/do_not_commit_with_empty_messages.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/do_not_commit_with_empty_messages.mdwn b/doc/todo/do_not_commit_with_empty_messages.mdwn index d835bfd79..3c6c8415a 100644 --- a/doc/todo/do_not_commit_with_empty_messages.mdwn +++ b/doc/todo/do_not_commit_with_empty_messages.mdwn @@ -8,3 +8,8 @@ Could not commit staged changes. </pre> This was trying to fix [[a broken merge|forum/canceling_wrong_repository_merge/]]... --[[anarcat]] + +> While I think it's silly to use empty dummy commit messages when there +> is nothing of value to say about the commit, I guess I can add value +> by putting in the name of the repository where the commit was made. So, +> [[done]] --[[Joey]] |