git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-05-02 12:55:14 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-05-02 12:55:14 +0200
commit68a50f6605d86d5530682cc75a4f695c6a3aa18e (patch)
treef966dac63adaedb7b9a9cf3cf5227b71a1809c47
parent00870bcdbdd8e0862e933aea7332e109c30b6a07 (diff)
downloaddotfiles-68a50f6605d86d5530682cc75a4f695c6a3aa18e.tar.bz2
+new long format for git log
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index bcad741..4521be7 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -20,6 +20,7 @@
dc = diff --cached
lol = log --graph --decorate --pretty=format:'%C(auto)%h %G? %d %s%Creset' --abbrev-commit
lola = log --graph --decorate --pretty=format:'%C(auto)%h %G? %d %s%Creset' --abbrev-commit --all
+ lf = log --graph --decorate --pretty=ln-long
ls = ls-files
compactlog = log --pretty=format:"%h%x09%an%x09%ad%x09%s" --date=short
# check out existing remote branch, e.g. origin/branchname
@@ -59,6 +60,8 @@
smu = submodule foreach git pull
[push]
default = simple
+[pretty]
+ ln-long = format:%C(auto)%H %gD %d %nAuthor: %aN <%aE>%n%C(auto)GPG signature: %G? %GF (%GT)%nGPG Primary Key: %GP%nDate: %ad %nSubject: %s %+b %+N %+(trailers)
[core]
editor = vim
fileMode = true