diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 16:11:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 16:11:55 -0400 |
commit | c04f1f4c30d5334b06b606c89fcb8e693bd88701 (patch) | |
tree | 7e8c2f20bff9aa317d8ec011a1bc9c3322bef2d0 /doc/bugs | |
parent | f1f6a9d8876840c6ffd7324f913fae63655a41ae (diff) |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/wishlist:_more_descriptive_commit_messages_in_git-annex_branch.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/wishlist:_more_descriptive_commit_messages_in_git-annex_branch.mdwn b/doc/bugs/wishlist:_more_descriptive_commit_messages_in_git-annex_branch.mdwn index 68b24c2fb..aad119ffd 100644 --- a/doc/bugs/wishlist:_more_descriptive_commit_messages_in_git-annex_branch.mdwn +++ b/doc/bugs/wishlist:_more_descriptive_commit_messages_in_git-annex_branch.mdwn @@ -24,3 +24,13 @@ in my opinion, the messages should at least contain * which files or directories they affected (not necessarily all files, but what was given on command line or implicitly from the working directory) --[[chrysn]] + +> The implementation of the git-annex branch precludes more descriptive +> commit messages, since a single commit can include changes that were +> previously staged to the branch's index file, or spooled to its journal +> by other git-annex commands (either concurrently running or +> interrupted commands, or even changes needed to automatically merge +> other git-annex branches). +> +> It would be possible to make it *less* verbose, with an empty commit +> message. :) --[[Joey]] |