diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-02 00:02:11 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-04 12:18:12 -0800 |
commit | 2f3f8b218abae6fc0574d0e22d3614fc0f5e983d (patch) | |
tree | 6a0361bf80af3aca302bbf5473b723745d4ba5d5 /diff.h | |
parent | 20239bae943733d766e6475cf0916966c868246b (diff) | |
download | git-2f3f8b218abae6fc0574d0e22d3614fc0f5e983d.tar.gz |
git-pickaxe: rename detection optimization
The idea is that we are interested in renaming into only one path, so
we do not care about renames that happen elsewhere.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ struct diff_options { const char *filter; const char *orderfile; const char *pickaxe; + const char *single_follow; unsigned recursive:1, tree_in_recursive:1, binary:1, |