This commit is contained in:
Joey Hess 2011-08-16 16:11:55 -04:00
parent f1f6a9d887
commit c04f1f4c30

View file

@ -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]]