Merge branch 'jc/pickaxe'

This commit is contained in:
Junio C Hamano
2006-11-07 16:33:59 -08:00
13 changed files with 2093 additions and 4 deletions

1
diff.h
View File

@ -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,