all of my git commit messages start with
refs #SOME_NUMBER
where SOME_NUMBER is a number from 1 up. I would like to parse all commmit messages on my working branch, store all of the SOME_NUMBERs in a list, remove duplicates, and save to file. Not really sure where to start....