dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 85e56022ab06cf3b7e64700d016bdb2b1850ac18
parent 407fec7054657ec6da7e9b306c7506c7b8ea0856
Author: Ed van Bruggen <ed@edryd.org>
Date:   Thu, 14 Sep 2017 23:23:41 -0700

git: Add lsa to list authors

Diffstat:
gitconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -20,6 +20,7 @@ ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat ls = "!git la -10" l = "!git ll -1" + lsa = shortlog -sn diffl = diff --cached HEAD^ diffc = diff --cached s = stash list