You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mentioned in #35 (comment), but I thought I would raise a specific issue for this.
This causes git-revise to not interoperate well with git-branchless, because the latter expects post-rewrite to be called after rewrite operations to update its internal view of the commit graph. The result is that the pre-rewrite and post-rewrite commits both appear in git smartlog and related tooling. I mentioned this issue here: https://blog.waleedkhan.name/in-memory-rebases/#interactive-rebase
The text was updated successfully, but these errors were encountered:
Likewise, the reference-transaction hook is not called, although I'm not quite sure if git-revise moves branches. There is a good discussion of the circumstances under which various hooks should be called here: gitext-rs/git-stack#192
This is mentioned in #35 (comment), but I thought I would raise a specific issue for this.
This causes
git-revise
to not interoperate well withgit-branchless
, because the latter expectspost-rewrite
to be called after rewrite operations to update its internal view of the commit graph. The result is that the pre-rewrite and post-rewrite commits both appear ingit smartlog
and related tooling. I mentioned this issue here: https://blog.waleedkhan.name/in-memory-rebases/#interactive-rebaseThe text was updated successfully, but these errors were encountered: