commit e4092502039f0d49c6a7f1308f47190f56811d8e
parent 751ea6a8a8ba2d0167d07a386413df10b46c77ac
Author: William Casarin <jb55@jb55.com>
Date: Wed, 5 May 2021 14:02:10 -0700
git: update status alias
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig
@@ -68,7 +68,7 @@
r = rebase
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
stat2 = log --stat --pretty=format:'%C(auto,yellow)%h%C(auto,magenta)% G? %C(auto,blue)%>(12,trunc)%cr %C(auto,green)%aN %C(auto,red)%D %n%n %C(auto,reset)%s%n'
- st = status -sb
+ st = status
tagd = !"git tag --format='%(creatordate:short)%09%(refname:strip=2)' | sort"
tg = log --date-order --tags --simplify-by-decoration --pretty=format:'%ai %h %d'
try = merge --no-commit --no-ff