diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-10-03 09:48:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-10-03 09:48:54 +0200 |
commit | d6916dab06cea7bd9eebdebebfa91a7e978c7e33 (patch) | |
tree | ecf4ff2cac887e508891136705c0977b79449548 /.gitconfig | |
parent | 6d9d0f758eaadb79dcc90612411ed08d9b14fa94 (diff) | |
download | dotfiles-d6916dab06cea7bd9eebdebebfa91a7e978c7e33.tar.gz dotfiles-d6916dab06cea7bd9eebdebebfa91a7e978c7e33.tar.xz |
gitconfig: don't force pager for l alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ [alias] co = checkout s = status - l = !"PAGER=less git log --graph --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --decorate=short" + l = log --graph --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --decorate=short m = commit -vs ap = add -pi cp = cherry-pick |