rev-list: refactor early option parsing
Justin Tobler committed over 1 year ago
rev-list: inline `show_object_with_name()` in `show_object()`
Justin Tobler committed over 1 year ago
treewide: replace assert() with ASSERT() in special cases
Elijah Newren committed over 1 year ago
ci: add build checking for side-effects in assert() calls
Elijah Newren committed over 1 year ago
git-compat-util: introduce ASSERT() macro
Elijah Newren committed over 1 year ago
reftable: adapt write_object_record() to propagate block_writer_add() errors
Meet Soni committed over 1 year ago
reftable: adapt writer_add_record() to propagate block_writer_add() errors
Meet Soni committed over 1 year ago
reftable: propagate specific error codes in block_writer_add()
Meet Soni committed over 1 year ago
Taylor Blau committed over 1 year ago
refspec: replace `refspec_item_init()` with fetch/push variants
Taylor Blau committed over 1 year ago
refspec: remove refspec_item_init_or_die()
Taylor Blau committed over 1 year ago
refspec: replace `refspec_init()` with fetch/push variants
Taylor Blau committed over 1 year ago
refspec: treat 'fetch' as a Boolean value
Taylor Blau committed over 1 year ago
Merge branch 'jk/fetch-ref-prefix-cleanup' into tb/refspec-fetch-cleanup
Junio C Hamano committed over 1 year ago
http.c: allow custom TCP keepalive behavior via config
Taylor Blau committed over 1 year ago
http.c: inline `set_curl_keepalive()`
Taylor Blau committed over 1 year ago
http.c: introduce `set_long_from_env()` for convenience
Taylor Blau committed over 1 year ago
http.c: remove unnecessary casts to long
Taylor Blau committed over 1 year ago
ci/github: add missing 'CI_JOB_IMAGE' env variable
Karthik Nayak committed over 1 year ago
doc: apply new format to git-branch man page
Jean-Noël Avila committed over 1 year ago