aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-06-07 11:39:20 +0200
committerMathias Bynens <mathias@qiwi.be>2013-06-07 11:39:20 +0200
commit44e73b9b7b3a7771c8913865ef3340e68934f839 (patch)
tree60b4c9bd2148c42b542e2c55df021b51423af326 /.gitconfig
parent475402ab4dc796b8e69542587d0926d5e3d30c7a (diff)
downloaddotfiles-44e73b9b7b3a7771c8913865ef3340e68934f839.tar.gz
dotfiles-44e73b9b7b3a7771c8913865ef3340e68934f839.tar.bz2
dotfiles-44e73b9b7b3a7771c8913865ef3340e68934f839.zip
.gitconfig: Tweak `l` alias
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index e77adae..409e6ab 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,6 +1,6 @@
[alias]
- # View the SHA, description, and history graph of the latest 20 commits
- l = log --pretty=oneline -n 20 --graph
+ # View abbreviated SHA, description, and history graph of the latest 20 commits
+ l = log --pretty=oneline -n 20 --graph --abbrev-commit
# View the current working tree status using the short format
s = status -s
# Show the diff between the latest commit and the current state