Guest User

Untitled

a guest
Feb 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. (git rev-list --children --all --timestamp | grep "[[:space:]][^[:space:]]*[[:space:]][^[:space:]]*[[:space:]]" ; git rev-list --timestamp --first-parent $1) | sort -k 2 | uniq -f 1 -w 40 -d | sort -k 1 -r | head -n 1 | sed -e 's/^[0-9]* //'
Add Comment
Please, Sign In to add comment