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
It is true that regular Git for Windows releases always rebase to the
corresponding upstream version.
However, embargoed MinGit releases _merge_ the upstream versions
instead, for simplicity.
And the plan is to do the same for embargoed Git for Windows releases,
too, as that will make future rebases much easier: if embargoed upstream
versions are merged into embargoed Git for Windows releases, those
latter can easily be merged into Git for Windows' `main` branch without
duplicating patches in `main^{/Start.the.merging-rebase}..main`.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments