\ex-{commit}, when mentioned in TODO, should mean "The new hash of picked {commit} commit". {commit} should be either hash or reference.
Git should verify at TODO parsing that the {commit} is to actually be picked, or was already picked, if rebase is continuing, and that it happens exactly once. If this is not the case the parsing should fail, giving used possibility to fix the error.
\ex-{commit}
, when mentioned in TODO, should mean "The new hash of picked {commit} commit". {commit} should be either hash or reference.Git should verify at TODO parsing that the {commit} is to actually be picked, or was already picked, if rebase is continuing, and that it happens exactly once. If this is not the case the parsing should fail, giving used possibility to fix the error.
This requires gh-8 to be implemented.