Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
diff.h: keep forward struct declarations sorted
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Sun, 27 Jan 2019 00:35:29 +0000
(07:35 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 28 Jan 2019 00:28:18 +0000
(16:28 -0800)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.h
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
3ebbe28
)
diff --git
a/diff.h
b/diff.h
index b512d0477ac3a4a0338094a4d3b21770ecb57dd8..c872a41344c6d7d45bfdb15f72915d93823d608f 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-9,16
+9,16
@@
#include "object.h"
#include "oidset.h"
#include "object.h"
#include "oidset.h"
-struct rev_info;
+struct combine_diff_path;
+struct commit;
+struct diff_filespec;
struct diff_options;
struct diff_queue_struct;
struct diff_options;
struct diff_queue_struct;
-struct strbuf;
-struct diff_filespec;
-struct userdiff_driver;
struct oid_array;
struct oid_array;
-struct commit;
-struct combine_diff_path;
struct repository;
struct repository;
+struct rev_info;
+struct strbuf;
+struct userdiff_driver;
typedef int (*pathchange_fn_t)(struct diff_options *options,
struct combine_diff_path *path);
typedef int (*pathchange_fn_t)(struct diff_options *options,
struct combine_diff_path *path);