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 commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
log: When used without --all, query only requested branches internally. This was wasted work and slowed the command down in repositories with many branches.
log: List all tracked branches when run from an untracked branch or detached HEAD. Previously, this behavior was undefined.
Fix incorrect paths being logged when autostashed changes fail to reapply after a rebase operation.