diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-04-10 16:44:59 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-04-10 16:44:59 -0700 |
| commit | 6d46a23bf6e009487166f044b8c759aa734b8f90 (patch) | |
| tree | b6b3d18ff7a60585921674bc043fe6dd514a3f8c /diff.c | |
| parent | git log [diff-tree options]... (diff) | |
| parent | Merge branch 'lt/rev' (diff) | |
| download | git-6d46a23bf6e009487166f044b8c759aa734b8f90.tar.gz git-6d46a23bf6e009487166f044b8c759aa734b8f90.zip | |
Merge branch 'master' into jc/diff
* master:
Make "--parents" logs also be incremental
Retire diffcore-pathspec.
Improve the git-diff-tree -c/-cc documentation
Diffstat (limited to 'diff.c')
| -rw-r--r-- | diff.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1375,8 +1375,6 @@ static void diffcore_apply_filter(const char *filter) void diffcore_std(struct diff_options *options) { - if (options->paths && options->paths[0]) - diffcore_pathspec(options->paths); if (options->break_opt != -1) diffcore_break(options->break_opt); if (options->detect_rename) |
