Re: [PATCH v3 1/2] git-config support for diff.relative setting

2014-12-30 Thread Junio C Hamano
kel...@shysecurity.com writes: > By default, git-diff shows changes and pathnames relative to the > repository root. > Setting diff.relative to "true" shows pathnames relative to the > current directory > and excludes changes outside this directory. The above does not tell any lie, but it is most

[PATCH v3 1/2] git-config support for diff.relative setting

2014-12-30 Thread kelson
By default, git-diff shows changes and pathnames relative to the repository root. Setting diff.relative to "true" shows pathnames relative to the current directory and excludes changes outside this directory. --- Documentation/diff-config.txt | 5 + diff.c| 8 +

[PATCH v3 1/2] git-config support for diff.relative setting

2014-12-21 Thread kelson
By default, git-diff shows changes and pathnames relative to the repository root. Setting diff.relative to "true" shows pathnames relative to the current directory and excludes changes outside this directory. --- Documentation/diff-config.txt | 5 + diff.c| 8 +