summaryrefslogtreecommitdiff
path: root/doc/todo/do_not_commit_with_empty_messages.mdwn
blob: d835bfd79b97f6a6b6971c15a9a94977e90d21e6 (plain)
1
2
3
4
5
6
7
8
9
10
it seems that `git-annex` sometimes does commits with empty commit messages. this makes rebasing git-annex branches much much harder than they need to, because rebase freaks out on those weird commits:

<pre>
anarcat@marcos:video$ git rebase --continue
Waiting for Emacs...
Aborting commit due to empty commit message.
Could not commit staged changes.
</pre>

This was trying to fix [[a broken merge|forum/canceling_wrong_repository_merge/]]... --[[anarcat]]