Update ptw
git-svn-id: http://photonzero.com/dotfiles/trunk@98 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
c863f92442
commit
1af0bb64b4
2 changed files with 3 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
git log --format="%at%x09%s" --author="barakmich" | ptw import --client="git" --source="Git Log"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue