dotfiles/bin/git-ptw
michener 1af0bb64b4 Update ptw
git-svn-id: http://photonzero.com/dotfiles/trunk@98 23f722f6-122a-0410-8cef-c75bd312dd78
2011-05-05 19:28:34 +00:00

3 lines
353 B
Bash
Executable file

#!/bin/bash
git log --no-merges --format="%at%x09%s" --shortstat --author="barakmich" | sed "N;s/\n//;N;s/\n/ - /" | sed 's/files changed,/c;/g' | sed 's/insertions(+),/(+);/g' | sed 's/deletions(-)/(-)/g' | ptw import --client="git" --source="Git Log"
#git log --format="%at%x09%s" --author="barakmich" | ptw import --client="git" --source="Git Log"