index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
coccinelle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rs/xcalloc-takes-nelem-first'
Junio C Hamano
2021-03-19
1
-0
/
+10
|
\
|
*
fix xcalloc() argument order
René Scharfe
2021-03-08
1
-0
/
+10
*
|
cocci: allow xcalloc(1, size)
Junio C Hamano
2021-03-16
1
-1
/
+1
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-0
/
+8
|
/
*
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-0
/
+18
*
Merge branch 'jk/remove-sha1-to-hex'
Junio C Hamano
2019-12-01
1
-32
/
+0
|
\
|
*
hex: drop sha1_to_hex()
Jeff King
2019-11-13
1
-15
/
+0
|
*
hex: drop sha1_to_hex_r()
Jeff King
2019-11-11
1
-17
/
+0
*
|
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
|
/
*
coccicheck: detect hashmap_entry.hash assignment
Eric Wong
2019-10-07
1
-0
/
+16
*
coccinelle: use COPY_ARRAY for copying arrays
René Scharfe
2019-06-18
1
-15
/
+46
*
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
2019-05-08
1
-7
/
+13
|
\
|
*
commit.c: add repo_get_commit_tree()
Nguyễn Thái Ngọc Duy
2019-04-16
1
-3
/
+3
|
*
commit.cocci: refactor code, avoid double rewrite
Nguyễn Thái Ngọc Duy
2019-04-16
1
-7
/
+13
*
|
cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
2019-04-04
1
-0
/
+13
|
/
*
Merge branch 'sg/strbuf-addbuf-cocci'
Junio C Hamano
2019-02-05
1
-0
/
+30
|
\
|
*
strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other
SZEDER Gábor
2019-01-28
1
-0
/
+30
*
|
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2019-02-05
1
-0
/
+144
|
\
\
|
*
|
pretty: prepare format_commit_message to handle arbitrary repositories
Stefan Beller
2018-11-14
1
-0
/
+10
|
*
|
commit: prepare logmsg_reencode to handle arbitrary repositories
Stefan Beller
2018-11-14
1
-0
/
+9
|
*
|
commit: prepare repo_unuse_commit_buffer to handle any repo
Stefan Beller
2018-11-14
1
-0
/
+8
|
*
|
commit: prepare get_commit_buffer to handle any repo
Stefan Beller
2018-11-14
1
-0
/
+8
|
*
|
commit-reach: prepare in_merge_bases[_many] to handle any repo
Stefan Beller
2018-11-14
1
-0
/
+17
|
*
|
commit-reach: prepare get_merge_bases to handle any repo
Stefan Beller
2018-11-14
1
-0
/
+26
|
*
|
commit: allow parse_commit* to handle any repo
Stefan Beller
2018-11-14
1
-0
/
+24
|
*
|
object-store: prepare has_{sha1, object}_file to handle any repo
Stefan Beller
2018-11-14
1
-0
/
+30
|
*
|
object-store: prepare read_object_file to deal with any repo
Stefan Beller
2018-11-14
1
-0
/
+12
*
|
|
cache: make oidcpy always copy GIT_MAX_RAWSZ bytes
brian m. carlson
2019-01-15
1
-30
/
+0
|
|
/
|
/
|
*
|
coccicheck: introduce 'pending' semantic patches
SZEDER Gábor
2018-11-14
1
-0
/
+41
*
|
Merge branch 'jc/cocci-preincr'
Junio C Hamano
2018-10-30
1
-0
/
+5
|
\
\
|
*
|
cocci: simplify "if (++u > 1)" to "if (u++)"
Junio C Hamano
2018-10-24
1
-0
/
+5
*
|
|
object_id.cocci: match only expressions of type 'struct object_id'
SZEDER Gábor
2018-10-15
1
-54
/
+63
|
|
/
|
/
|
*
|
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
2018-08-29
1
-0
/
+9
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-0
/
+6
*
|
convert "hashcmp() == 0" to hasheq()
Jeff King
2018-08-29
1
-0
/
+9
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-0
/
+6
*
|
coccinelle: use <...> for function exclusion
Jeff King
2018-08-29
2
-12
/
+12
|
/
*
coccinelle: update commit.cocci
Derrick Stolee
2018-07-16
1
-1
/
+1
*
coccinelle: avoid wrong transformation suggestions from commit.cocci
SZEDER Gábor
2018-05-02
1
-6
/
+4
*
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-0
/
+30
*
Merge branch 'rs/cocci-strbuf-addf-to-addstr'
Junio C Hamano
2018-02-15
1
-16
/
+1
|
\
|
*
cocci: simplify check for trivial format strings
René Scharfe
2018-02-02
1
-16
/
+1
*
|
cocci: use format keyword instead of a literal string
René Scharfe
2018-01-19
1
-1
/
+2
|
/
*
coccinelle: remove parentheses that become unnecessary
René Scharfe
2017-10-02
1
-5
/
+5
*
add MOVE_ARRAY
René Scharfe
2017-07-17
1
-0
/
+17
*
coccinelle: polish FREE_AND_NULL rules
René Scharfe
2017-06-29
1
-9
/
+1
*
coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason
2017-06-16
1
-0
/
+7
*
coccinelle: add a rule to make "type" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason
2017-06-16
1
-0
/
+8
*
Merge branch 'rs/strbuf-add-real-path'
Junio C Hamano
2017-03-10
2
-0
/
+22
|
\
|
*
strbuf: add strbuf_add_real_path()
René Scharfe
2017-02-27
1
-0
/
+6
[next]