We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b379493 commit a3f3af3Copy full SHA for a3f3af3
gitconfig
@@ -102,6 +102,10 @@
102
# log like - we like this summarization our key performance indicators. Also aliased as `log-like`.
103
ll = log --graph --topo-order --abbrev-commit --date=short --decorate --all --boundary --pretty=format:'%Cgreen%ad %Cred%h%Creset -%C(yellow)%d%Creset %s %Cblue[%cn]%Creset %Cblue%G?%Creset'
104
105
+ # Changelog style
106
+ changelog = "!f() { git --no-pager log --reverse --pretty=format:\"%s (%an) [%h]\" \"$@\" && echo; }; f"
107
+
108
109
# get the short commit hash
110
ref = rev-parse --short HEAD
111
hash = ref
0 commit comments