add createMessage
authorJoey Hess <joeyh@joeyh.name>
Mon, 17 May 2021 17:07:47 +0000 (13:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 17 May 2021 17:07:47 +0000 (13:07 -0400)
commit8b6dad11a21510f3f372e5780d2c3c561422c4e2
tree6b3a1808302540f53be0a022c7afb8f7f6b53933
parent1da9fe5bd8b60e5e74f8ebb7cec2d868b4b10bcd
add createMessage

init: When annex.commitmessage is set, use that message for the commit
that creates the git-annex branch.

This will be used by filter-branch too, and it seems to make sense to let
annex.commitmessage affect it.
Annex/Branch.hs
CHANGELOG