summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-11-28 23:29:41 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-11-28 23:29:41 +0100
commitcbac8c221a8d4ad210784a827f91f8d4b8cbef65 (patch)
tree9a92d37392f798c19d118ebd48bfc27bb7cb5c40 /.gitconfig
parentf48ec1f353e8753168ad90ceab513fa4a3c327d9 (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.tar.xz
dotfiles-master.zip
Git config: make lg alias show also {,un}signed commitsHEADmaster
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 109ae2e..cbe1a90 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -55,7 +55,7 @@
git wc --color \"$@\" | subwc | ${GIT_PAGER:-${PAGER:-less}};\
}; git_pwc"
# http://www.jukie.net/bart/blog/pimping-out-git-log
- lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' \
+ lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset %Cred[%G?]%Creset' \
--abbrev-commit --date=relative
ack = "!git_ack() {\