gitkraken/vscode-gitlens

Compare HEAD / Compare Working Copy should support commit IDs

pimlottc-gov opened this issue · 1 comments

The commands for comparing HEAD or working copy only support branches and tags. It should also allow you to enter a commit ID. The dropdown doesn't necessarily need to list them, but you should be type/paste one directly.

Rationale:
Comparing to an arbitrary commit is useful when code reviewing feature branches. If a branch has not yet been rebased to the current master, then the merge base will be just a commit id without a tag or branch name attached.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.