diff options
| author | Blake Romero <blake@blkrom.com> | 2024-10-31 17:10:11 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-10-31 17:10:11 +0000 |
| commit | 25e8cc7928d271d6ac2898544812db92bb0e11e6 (patch) | |
| tree | 72502407d1aea4ee6c1e8f969a71ee06a43774c6 /dot-config/git | |
| parent | 92e3c57066516280fa45956325f3e8c6c1d8d493 (diff) | |
Add more detailed git log format
Diffstat (limited to 'dot-config/git')
| -rw-r--r-- | dot-config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index 636167b..db9e525 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -15,3 +15,4 @@ uncommit = reset --soft HEAD^ [pretty] list = format:%C(auto)%h %C(magenta)%G? %C(blue)%<(10,trunc)%as %C(green)%<(12,trunc)%aN %C(auto)%s%C(cyan)% gD%d + more = format:%C(cyan)%D%n%C(yellow)Commit: %H%n%C(auto)Author: %>(13)%as %an <%ae>%n%C(auto)Committer: %cs %cn <%ce>%n%C(auto)Subject: %s%n%C(auto)%b%N |
