maintenance: add parse-options boilerplate for subcommands
Jeff King committed about 4 years ago
pass subcommand "prefix" arguments to parse_options()
Jeff King committed about 4 years ago
Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3
Junio C Hamano committed about 4 years ago
t5329: notice a failure within a loop
Junio C Hamano committed about 4 years ago
ci: update 'static-analysis' to Ubuntu 22.04
Derrick Stolee committed about 4 years ago
t4301: add more interesting merge-tree testcases
Elijah Newren committed about 4 years ago
merge: small code readability improvement
Elijah Newren committed about 4 years ago
merge: cleanup confusing logic for handling successful merges
Elijah Newren committed about 4 years ago
merge: only apply autostash when appropriate
Elijah Newren committed about 4 years ago
promisor-remote: fix xcalloc() argument order
SZEDER Gábor committed about 4 years ago
clone: warn on failure to repo_init()
Derrick Stolee committed about 4 years ago
Anthony Delannoy committed about 4 years ago
midx.c: avoid adding preferred objects twice
Taylor Blau committed about 4 years ago
midx.c: include preferred pack correctly with existing MIDX
Taylor Blau committed about 4 years ago
midx.c: extract `midx_fanout_add_pack_fanout()`
Taylor Blau committed about 4 years ago
midx.c: extract `midx_fanout_add_midx_fanout()`
Taylor Blau committed about 4 years ago
midx.c: extract `struct midx_fanout`
Taylor Blau committed about 4 years ago
t/lib-bitmap.sh: avoid silencing stderr
Taylor Blau committed about 4 years ago
t5326: demonstrate potential bitmap corruption
Taylor Blau committed about 4 years ago
t: detect and signal failure within loop
Eric Sunshine committed about 4 years ago