Skip to content

1.2.0

Compare
Choose a tag to compare
@angel-git angel-git released this 28 May 11:09
· 16 commits to master since this release

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)