From f89504ddb9392fa6b9407957bf26905fd1d59d0a Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Sun, 2 May 2010 19:03:41 -0700 Subject: diff: add configuration option for disabling diff prefixes. With new configuration "diff.noprefix", "git diff" does not show a source or destination prefix ala "git diff --no-prefix". Signed-off-by: Eli Collins Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/config.txt') diff --git a/Documentation/config.txt b/Documentation/config.txt index e5aa2cacf..93ab49772 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -798,6 +798,8 @@ diff.mnemonicprefix:: standard "a/" and "b/" depending on what is being compared. When this configuration is in effect, reverse diff output also swaps the order of the prefixes: +diff.noprefix:: + If set, 'git diff' does not show any source or destination prefix. `git diff`;; compares the (i)ndex and the (w)ork tree; `git diff HEAD`;; -- cgit v1.2.1