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
The --onto fallback was capturing old_sha inside the loop after
the parent was already rebased, making old_sha == new_parent_sha
for branches 3+ in a chain. Now captures all SHAs before any
rebasing begins, matching the Go version.
Also: replace ugly __import__ with normal import for get_git_version.
0 commit comments