We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebbe28 commit 4a1b13aCopy full SHA for 4a1b13a
diff.h
@@ -9,16 +9,16 @@
9
#include "object.h"
10
#include "oidset.h"
11
12
-struct rev_info;
+struct combine_diff_path;
13
+struct commit;
14
+struct diff_filespec;
15
struct diff_options;
16
struct diff_queue_struct;
-struct strbuf;
-struct diff_filespec;
17
-struct userdiff_driver;
18
struct oid_array;
19
-struct commit;
20
-struct combine_diff_path;
21
struct repository;
+struct rev_info;
+struct strbuf;
+struct userdiff_driver;
22
23
typedef int (*pathchange_fn_t)(struct diff_options *options,
24
struct combine_diff_path *path);
0 commit comments