diff options
| author | mail_redacted_for_web | 2022-05-02 12:55:14 +0200 | 
|---|---|---|
| committer | mail_redacted_for_web | 2022-05-02 12:55:14 +0200 | 
| commit | 68a50f6605d86d5530682cc75a4f695c6a3aa18e (patch) | |
| tree | f966dac63adaedb7b9a9cf3cf5227b71a1809c47 /.gitconfig | |
| parent | 00870bcdbdd8e0862e933aea7332e109c30b6a07 (diff) | |
| download | dotfiles-68a50f6605d86d5530682cc75a4f695c6a3aa18e.tar.bz2 | |
+new long format for git logv0.9.2
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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 | 
