about summary refs log tree commit diff
path: root/modules/shell
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-06-16 10:05:17 +0000
committerAlyssa Ross <hi@alyssa.is>2020-06-16 10:05:17 +0000
commit87848185192325f0741a1dd7411ad78f3ace4692 (patch)
treec1eb9251a013923a0a068940a7e18776b771ecd4 /modules/shell
parent8813a2f46f474a2b04bdc126911bba5c0c707c0a (diff)
downloadnixlib-87848185192325f0741a1dd7411ad78f3ace4692.tar
nixlib-87848185192325f0741a1dd7411ad78f3ace4692.tar.gz
nixlib-87848185192325f0741a1dd7411ad78f3ace4692.tar.bz2
nixlib-87848185192325f0741a1dd7411ad78f3ace4692.tar.lz
nixlib-87848185192325f0741a1dd7411ad78f3ace4692.tar.xz
nixlib-87848185192325f0741a1dd7411ad78f3ace4692.tar.zst
nixlib-87848185192325f0741a1dd7411ad78f3ace4692.zip
modules/git: use default log format
Having a pretty, one-line log is nice, but it gets in the way too
much.  The default format is also used for git show, for example,
which makes git show without --pretty basically useless.  I could use
a custom format name for this format, but I don't think it's useful
enough that I'd ever do that if it wasn't the default.
Diffstat (limited to 'modules/shell')
-rw-r--r--modules/shell/git/config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/shell/git/config.in b/modules/shell/git/config.in
index 8113962e0c9e..52161522b1f1 100644
--- a/modules/shell/git/config.in
+++ b/modules/shell/git/config.in
@@ -43,8 +43,6 @@
     clean = git-lfs clean -- %f
     required = true
     smudge = git-lfs smudge -- %f
-[format]
-    pretty = format:%Cred%h %C(magenta)%G? %Cgreen(%ar)%Creset -%C(bold red)%d%Creset %s %C(bold blue)<%aN>%Creset
 [grep]
     fallbackToNoIndex = true
     lineNumber = true