I know about git shortlog -sne, and git grep, but I need to kinda combine the two.
I'm searching for the number of occurrences of a string in the commit message, per user. I'd like the output to be:
Will: 54
Dave: 34
... etc.
Can someone help?
I know about git shortlog -sne, and git grep, but I need to kinda combine the two.
I'm searching for the number of occurrences of a string in the commit message, per user. I'd like the output to be:
Will: 54
Dave: 34
... etc.
Can someone help?