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
fast-export: respect the possibly-overridden default branch name
When anonymizing commit history, we are careful to leave the branch name
of the default branch alone.
When the default branch name is overridden via the config or via the
environment variable, we will want `git fast-export` to use that
overridden name instead.
Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments