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.h | |
parent | 52b70d56bd23811003a72866cc23a0a44b9da1b7 (diff) | |
parent | 5910e997754e0a03f25457965bd9faf80f2f9854 (diff) | |
download | git-6d46a23bf6e009487166f044b8c759aa734b8f90.tar.gz |
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.h')
-rw-r--r-- | diff.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ typedef void (*add_remove_fn_t)(struct diff_options *options, const char *base, const char *path); struct diff_options { - const char **paths; const char *filter; const char *orderfile; const char *pickaxe; |