Releases: angel-git/where-is-my-commit
Releases · angel-git/where-is-my-commit
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
Now the search
command also prints the commit hash next to the branch/tag to avoid confusion why branch/tags are duplicated in the output, ie:
gw search -tag MY_TAG_NAME -branch MY_BRANCHES D-19007
Searching for D-19007 in branches MY_BRANCHES and tags MY_TAG_NAME
Branches:
origin/10.0.MY_BRANCHES (11e0bd5297)
origin/10.1.MY_BRANCHES (11e0bd5297)
Tags:
MY_TAG_NAME-10.0.10 (21c4e784b6)
MY_TAG_NAME-10.0.11 (41df034952)
MY_TAG_NAME-10.0.12 (41df034952)
MY_TAG_NAME-10.0.12-alp (41df034952)