Add an alias for git-reviewers

This commit is contained in:
Gergely Polonkai 2019-11-13 09:07:37 +01:00
parent 9f8d116403
commit 55073af7e3
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 1 additions and 0 deletions

1
config
View File

@ -12,6 +12,7 @@
lol = log --oneline
llog = log @{u}..
llol = log --oneline @{u}..
reviewers = !/home/polesz/.local/git-reviewers/git_reviewers/reviewers.py
sha = rev-parse HEAD
show-tracked-ignored = !\ncd \"${GIT_PREFIX}\" &&\nuntracked_list=$(git rev-parse --git-dir)/ignored-untracked.txt &&\ngit ls-files -o -i --exclude-standard >\"${untracked_list}\" &&\nGIT_INDEX_FILE=\"\" git ls-files -o -i --exclude-standard | grep -Fvxf \"${untracked_list}\" &&\nrm -rf \"${untracked_list}\"
verify = diff ORIG_HEAD HEAD