commit | 66f136252fe1998e2c1381c913795b5f56b6dc8c | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Wed Dec 15 22:02:38 2010 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Feb 03 12:28:15 2011 -0800 |
tree | 60cc0586003999c1c3d74c0ab2847a20decff6df | |
parent | 16dc36fea87e917a7f734400eb91e62e170db1a8 [diff] [blame] |
Convert struct diff_options to use struct pathspec Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/diff.h b/diff.h index 0083d92..310bd6b 100644 --- a/diff.h +++ b/diff.h
@@ -133,9 +133,7 @@ FILE *file; int close_file; - int nr_paths; - const char **paths; - int *pathlens; + struct pathspec pathspec; change_fn_t change; add_remove_fn_t add_remove; diff_format_fn_t format_callback;