]> git.ipfire.org Git - thirdparty/git.git/commit - pretty.c
pretty: allow tweaking tabwidth in --expand-tabs
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Mar 2016 23:05:39 +0000 (16:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Mar 2016 19:52:26 +0000 (12:52 -0700)
commitfe37a9c586a65943e1bca327a1bbe1ca4a3d3023
treefdb9dc30ad33ead3e710560a3c04e2cfee49a2e3
parent0893eec85fca0f76039a96cbbcd3592ff8571c24
pretty: allow tweaking tabwidth in --expand-tabs

When the local convention of the project is to use tab width that is
not 8, it may make sense to allow "git log --expand-tabs=<n>" to
tweak the output to match it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-options.txt
commit.h
pretty.c
revision.c