repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Git 2.47
[git.git]
/
contrib
/
coccinelle
/
git_config_number.cocci
blob
7b57dceefe60efe7ab0beaff7d407436781391d4
1
@@
2
identifier C1, C2, C3;
3
@@
4
(
5
(
6
git_config_int
7
|
8
git_config_int64
9
|
10
git_config_ulong
11
|
12
git_config_ssize_t
13
)
14
(C1, C2
15
+ , ctx->kvi
16
)
17
|
18
(
19
git_configset_get_value
20
|
21
git_config_bool_or_int
22
)
23
(C1, C2
24
+ , ctx->kvi
25
, C3
26
)
27
)