File tree 17 files changed +16
-2
lines changed
17 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 35
35
#include "entry.h"
36
36
#include "setup.h"
37
37
#include "symlinks.h"
38
+ #include "wildmatch.h"
38
39
#include "ws.h"
39
40
#include "wrapper.h"
40
41
Original file line number Diff line number Diff line change 22
22
#include "object-store.h"
23
23
#include "list-objects.h"
24
24
#include "commit-slab.h"
25
+ #include "wildmatch.h"
25
26
26
27
#define MAX_TAGS (FLAG_BITS - 1)
27
28
Original file line number Diff line number Diff line change 7
7
#include "remote.h"
8
8
#include "refs.h"
9
9
#include "parse-options.h"
10
+ #include "wildmatch.h"
10
11
11
12
static const char * const ls_remote_usage [] = {
12
13
N_ ("git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
Original file line number Diff line number Diff line change 15
15
#include "hash-lookup.h"
16
16
#include "commit-slab.h"
17
17
#include "commit-graph.h"
18
+ #include "wildmatch.h"
18
19
19
20
/*
20
21
* One day. See the 'name a rev shortly after epoch' test in t6120 when
Original file line number Diff line number Diff line change 4
4
#include "repository.h"
5
5
#include "revision.h"
6
6
#include "reachable.h"
7
+ #include "wildmatch.h"
7
8
#include "worktree.h"
8
9
#include "reflog.h"
9
10
#include "parse-options.h"
Original file line number Diff line number Diff line change 24
24
#include "replace-object.h"
25
25
#include "repository.h"
26
26
#include "tag.h"
27
+ #include "wildmatch.h"
27
28
28
29
static const char * const git_replace_usage [] = {
29
30
N_ ("git replace [-f] <object> <replacement>" ),
Original file line number Diff line number Diff line change 14
14
#include "dir.h"
15
15
#include "commit-slab.h"
16
16
#include "date.h"
17
+ #include "wildmatch.h"
17
18
18
19
static const char * show_branch_usage [] = {
19
20
N_ ("git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
Original file line number Diff line number Diff line change 36
36
#include "setup.h"
37
37
#include "strvec.h"
38
38
#include "trace2.h"
39
+ #include "wildmatch.h"
39
40
#include "worktree.h"
40
41
#include "ws.h"
41
42
#include "wrapper.h"
Original file line number Diff line number Diff line change 5
5
#include "gettext.h"
6
6
#include "diff.h"
7
7
#include "diffcore.h"
8
+ #include "wildmatch.h"
8
9
9
10
static char * * order ;
10
11
static int order_cnt ;
Original file line number Diff line number Diff line change 15
15
#include "fmt-merge-msg.h"
16
16
#include "commit-reach.h"
17
17
#include "gpg-interface.h"
18
+ #include "wildmatch.h"
18
19
19
20
static int use_branch_desc ;
20
21
static int suppress_dest_pattern_seen ;
Original file line number Diff line number Diff line change @@ -625,8 +625,6 @@ static inline int git_has_dir_sep(const char *path)
625
625
626
626
#include "compat/bswap.h"
627
627
628
- #include "wildmatch.h"
629
-
630
628
struct strbuf ;
631
629
632
630
/* General helper functions */
Original file line number Diff line number Diff line change 26
26
#include "range-diff.h"
27
27
#include "strmap.h"
28
28
#include "tree.h"
29
+ #include "wildmatch.h"
29
30
#include "write-or-die.h"
30
31
31
32
static struct decoration name_decoration = { "object names" };
Original file line number Diff line number Diff line change 12
12
#include "strvec.h"
13
13
#include "symlinks.h"
14
14
#include "quote.h"
15
+ #include "wildmatch.h"
15
16
16
17
/*
17
18
* Finds which of the given pathspecs match items in the index.
Original file line number Diff line number Diff line change 29
29
#include "sigchain.h"
30
30
#include "date.h"
31
31
#include "commit.h"
32
+ #include "wildmatch.h"
32
33
#include "wrapper.h"
33
34
34
35
/*
Original file line number Diff line number Diff line change 46
46
#include "list-objects-filter-options.h"
47
47
#include "resolve-undo.h"
48
48
#include "parse-options.h"
49
+ #include "wildmatch.h"
49
50
50
51
volatile show_early_output_fn_t show_early_output ;
51
52
Original file line number Diff line number Diff line change 1
1
#include "test-tool.h"
2
+ #include "wildmatch.h"
2
3
3
4
int cmd__wildmatch (int argc , const char * * argv )
4
5
{
Original file line number Diff line number Diff line change 4
4
#include "trace2.h"
5
5
#include "trace2/tr2_cfg.h"
6
6
#include "trace2/tr2_sysenv.h"
7
+ #include "wildmatch.h"
7
8
8
9
static struct strbuf * * tr2_cfg_patterns ;
9
10
static int tr2_cfg_count_patterns ;
You can’t perform that action at this time.
0 commit comments