max630 / git-rehi

git-rehi, history editor
https://github.com/max630/git-rehi/wiki
GNU General Public License v2.0
3 stars 0 forks source link

Implement usage of `ex` references in TODO #15

Open max630 opened 10 years ago

max630 commented 10 years ago

\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.

max630 commented 10 years ago

the @... syntax can be used