diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-08-27 23:49:36 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-27 15:35:01 -0700 |
commit | 6bcf4b46c9a4ba7a6e5c78201c619fa41ac76a99 (patch) | |
tree | fb7c8474403e6c5aa55fad450db45b3d931cc3e5 /log-tree.c | |
parent | 0aea33762b1262d11fb43eda9f3fc152b5622cca (diff) | |
download | git-6bcf4b46c9a4ba7a6e5c78201c619fa41ac76a99.tar.gz git-6bcf4b46c9a4ba7a6e5c78201c619fa41ac76a99.tar.xz |
gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree paramete
Added new global configuration variable @diff_opts, which holds
additional options (parameters) to git-diff and git-diff-tree, usually
dealing rename/copying detection. Default value is '-M', taken from
git_commit subroutine. Description of options and their approximate
cost by Junio C Hamano.
Changes:
* git_commitdiff, git_blobdiff and git_blobdiff_plain now use '-M'
instead of '-M', '-C'
* git-diff now uses the same options as git-diff-tree
* git_comittdiff_plain now uses '-M' instead of '-B'
and is now rename-aware
* git_rss uses now '-M' instead of ()
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'log-tree.c')
0 files changed, 0 insertions, 0 deletions