Is there a bash command to get the date/time a branch was merged into master or develop?
I want to make a program.sh and pass branch name with parameter.
program.sh hotfix_1254
the output would be
hotfix_1254: master ok | merged on 2016-06-04 17:18
hotfix_1254: develop FAIL | merged on -
How can I do that?