index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
coccinelle
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-17
coccinelle: use COPY_ARRAY for copying arrays
René Scharfe
1
-15
/
+46
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
1
-7
/
+13
2019-04-16
commit.c: add repo_get_commit_tree()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2019-04-16
commit.cocci: refactor code, avoid double rewrite
Nguyễn Thái Ngọc Duy
1
-7
/
+13
2019-04-04
cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-0
/
+13
2019-02-05
Merge branch 'sg/strbuf-addbuf-cocci'
Junio C Hamano
1
-0
/
+30
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-0
/
+144
2019-01-27
strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other
SZEDER Gábor
1
-0
/
+30
2019-01-15
cache: make oidcpy always copy GIT_MAX_RAWSZ bytes
brian m. carlson
1
-30
/
+0
2018-11-14
pretty: prepare format_commit_message to handle arbitrary repositories
Stefan Beller
1
-0
/
+10
2018-11-14
commit: prepare logmsg_reencode to handle arbitrary repositories
Stefan Beller
1
-0
/
+9
2018-11-14
commit: prepare repo_unuse_commit_buffer to handle any repo
Stefan Beller
1
-0
/
+8
2018-11-14
commit: prepare get_commit_buffer to handle any repo
Stefan Beller
1
-0
/
+8
2018-11-14
commit-reach: prepare in_merge_bases[_many] to handle any repo
Stefan Beller
1
-0
/
+17
2018-11-14
commit-reach: prepare get_merge_bases to handle any repo
Stefan Beller
1
-0
/
+26
2018-11-14
commit: allow parse_commit* to handle any repo
Stefan Beller
1
-0
/
+24
2018-11-14
object-store: prepare has_{sha1, object}_file to handle any repo
Stefan Beller
1
-0
/
+30
2018-11-14
object-store: prepare read_object_file to deal with any repo
Stefan Beller
1
-0
/
+12
2018-11-14
coccicheck: introduce 'pending' semantic patches
SZEDER Gábor
1
-0
/
+41
2018-10-30
Merge branch 'jc/cocci-preincr'
Junio C Hamano
1
-0
/
+5
2018-10-24
cocci: simplify "if (++u > 1)" to "if (u++)"
Junio C Hamano
1
-0
/
+5
2018-10-15
object_id.cocci: match only expressions of type 'struct object_id'
SZEDER Gábor
1
-54
/
+63
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-0
/
+9
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-0
/
+6
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-0
/
+9
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-0
/
+6
2018-08-29
coccinelle: use <...> for function exclusion
Jeff King
2
-12
/
+12
2018-07-16
coccinelle: update commit.cocci
Derrick Stolee
1
-1
/
+1
2018-05-02
coccinelle: avoid wrong transformation suggestions from commit.cocci
SZEDER Gábor
1
-6
/
+4
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
1
-0
/
+30
2018-02-15
Merge branch 'rs/cocci-strbuf-addf-to-addstr'
Junio C Hamano
1
-16
/
+1
2018-02-02
cocci: simplify check for trivial format strings
René Scharfe
1
-16
/
+1
2018-01-19
cocci: use format keyword instead of a literal string
René Scharfe
1
-1
/
+2
2017-10-02
coccinelle: remove parentheses that become unnecessary
René Scharfe
1
-5
/
+5
2017-07-17
add MOVE_ARRAY
René Scharfe
1
-0
/
+17
2017-06-29
coccinelle: polish FREE_AND_NULL rules
René Scharfe
1
-9
/
+1
2017-06-16
coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2017-06-16
coccinelle: add a rule to make "type" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason
1
-0
/
+8
2017-03-10
Merge branch 'rs/strbuf-add-real-path'
Junio C Hamano
2
-0
/
+22
2017-02-27
strbuf: add strbuf_add_real_path()
René Scharfe
1
-0
/
+6
2017-02-27
cocci: use ALLOC_ARRAY
René Scharfe
1
-0
/
+16
2017-02-16
Merge branch 'rs/cocci-check-free-only-null'
Junio C Hamano
1
-0
/
+6
2017-02-15
Merge branch 'rs/swap'
Junio C Hamano
1
-0
/
+28
2017-02-11
cocci: detect useless free(3) calls
René Scharfe
1
-0
/
+6
2017-02-02
Merge branch 'rs/absolute-pathdup'
Junio C Hamano
1
-0
/
+6
2017-01-30
add SWAP macro
René Scharfe
1
-0
/
+28
2017-01-26
abspath: add absolute_pathdup()
René Scharfe
1
-0
/
+6
2016-11-01
Merge branch 'rs/cocci'
Junio C Hamano
1
-0
/
+15
2016-11-01
cocci: avoid self-references in object_id transformations
René Scharfe
1
-0
/
+15
2016-10-28
Merge branch 'jc/cocci-xstrdup-or-null' into maint
Junio C Hamano
1
-0
/
+7
[next]