1

Git: lscommits

This commit is contained in:
Evan Pratten 2023-10-23 09:52:37 -04:00
parent 3df045be1b
commit d036999c0c

View File

@ -22,6 +22,8 @@
--date=format:'%b %d %Y %H:%M:%S %z'
branches = branch -a -l -vv
overview = log --all --pretty=format:'%C(green)commit %C(yellow)%h%C(green) by %C(reset)%C(yellow)%aN %C(dim white)(%ar) %n%C(dim white)%S%n%B%n'
lscommits = ! ( echo -e "Commits\tFile" && git log --pretty=format: --name-only | sed '/^$/d' | sort | uniq -c | sort -g -r ) | less
lsc = lscommits
[filter "lfs"]
clean = git-lfs clean -- %f