aboutsummaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-11-02 00:02:11 -0800
committerJunio C Hamano <junkio@cox.net>2006-11-04 12:18:12 -0800
commit2f3f8b218abae6fc0574d0e22d3614fc0f5e983d (patch)
tree6a0361bf80af3aca302bbf5473b723745d4ba5d5 /diff.h
parent20239bae943733d766e6475cf0916966c868246b (diff)
downloadgit-2f3f8b218abae6fc0574d0e22d3614fc0f5e983d.tar.gz
git-2f3f8b218abae6fc0574d0e22d3614fc0f5e983d.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index ce3058e43..6fda92a7b 100644
--- a/diff.h
+++ b/diff.h
@@ -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,