summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:07:05 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:07:05 -0400
commit81fec5aa9efd27384ab83af33b740d5fd6e0156b (patch)
tree46a15edb2af70a53f01bd57b4002bdcf372c80a9
parentc9e1bdfa32c346f96651bb06ca97a6de18d483a3 (diff)
git aliases
-rw-r--r--.config/git/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index 4fe81a5..6e5abf2 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -6,4 +6,5 @@
[push]
default = matching
[alias]
- lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
+ lg = log --graph --format='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
+ hist = log --format='%h %ci -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit