added weekly git alias
This commit is contained in:
parent
089a8d848b
commit
3142aafbbd
@ -5,6 +5,7 @@
|
||||
releases = !git log --date=local --decorate=full --all --pretty=format:'%Cgreen%ai%Creset\t%Cred%h%Creset\t%Cblue%cn%Creset\t%d\t%s' --abbrev-commit | grep -E 'release:? v?[0-9]+\\.[0-9]+\\.[0-9]+' | perl -p -e 's%\\(.*?tag: .+?\\)\\s*release(:\\s*)?%%' | sort -i
|
||||
stat = status -sb
|
||||
tags = !git log --decorate=full --all --pretty=format:'%ai %d %s' --abbrev-commit | grep 'refs/tags' | sed -E 's/\\(tag:.+\\)[[:space:]]//'
|
||||
weekly = !git log --pretty=format:'%ad %an' --since='one year ago' --date=format:'%Y-%m' | sort | uniq -c
|
||||
[color]
|
||||
ui = true
|
||||
[color "diff-highlight"]
|
||||
|
Loading…
Reference in New Issue
Block a user