Created
January 3, 2014 11:41
-
-
Save joshrp/8236635 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
$NAME=joshrp | |
git log --since=14.days --format='%h %cr %s' upstream/develop | grep -P "Merge pull request #\d+ from $NAME" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment