Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. git log --since="2 weeks ago" --pretty=%s | sort -k1
  2. for hash in `git log --since="2 weeks ago" --pretty=%H`; do git show $hash --name-only --pretty=""; done | sort | uniq -c | sort
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement