AI-powered social skills training app with multi-provider LLM support
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt committed over 1 year ago
config.mak.dev: drop `-Wno-sign-compare`
Patrick Steinhardt committed over 1 year ago
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt committed over 1 year ago
compat/win32: fix -Wsign-compare warning in "wWinMain()"
Patrick Steinhardt committed over 1 year ago
compat/regex: explicitly ignore "-Wsign-compare" warnings
Patrick Steinhardt committed over 1 year ago
git-compat-util: introduce macros to disable "-Wsign-compare" warnings
Patrick Steinhardt committed over 1 year ago
describe: split "found all tags" and max_candidates logic
Jeff King committed over 1 year ago
Junio C Hamano committed over 1 year ago
Merge branch 'kh/sequencer-comment-char'
Junio C Hamano committed over 1 year ago
Merge branch 'sj/refs-symref-referent-fix'
Junio C Hamano committed over 1 year ago
Merge branch 'bf/set-head-symref' into js/set-head-symref-fix
Junio C Hamano committed over 1 year ago
advice: suggest using subcommand "git config set"
Bence Ferdinandy committed over 1 year ago
remote set-head: set followRemoteHEAD to "warn" if "always"
Bence Ferdinandy committed over 1 year ago
fetch set_head: add warn-if-not-$branch option
Bence Ferdinandy committed over 1 year ago
fetch set_head: move warn advice into advise_if_enabled
Bence Ferdinandy committed over 1 year ago
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak committed over 1 year ago
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak committed over 1 year ago
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak committed over 1 year ago
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak committed over 1 year ago
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak committed over 1 year ago