This commit is contained in:
parent
d73379d921
commit
277f8adbd6
1 changed files with 10 additions and 0 deletions
10
doc/todo/do_not_commit_with_empty_messages.mdwn
Normal file
10
doc/todo/do_not_commit_with_empty_messages.mdwn
Normal file
|
@ -0,0 +1,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]]
|
Loading…
Reference in a new issue