Roine

Find all the tickets worked on between two commits

October 04, 2019

Find all the ticket starting by DPO between two commit, it relies on the fact that commits are squashed and the merge message contains the branch name.

git log --oneline 653d7e09d49..master --abbrev-commit | grep -E "DPO-\d+" -o