summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt-119/+119
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt-95/+136
2024-12-06t/helper: don't depend on implicit wraparoundPatrick Steinhardt-7/+2
2024-12-06scalar: address -Wsign-compare warningsPatrick Steinhardt-4/+3
2024-12-06builtin/patch-id: fix type of `get_one_patchid()`Patrick Steinhardt-8/+8
2024-12-06builtin/blame: fix type of `length` variable when emitting object IDPatrick Steinhardt-3/+7
2024-12-06gpg-interface: address -Wsign-comparison warningsPatrick Steinhardt-9/+6
2024-12-06daemon: fix type of `max_connections`Patrick Steinhardt-6/+5
2024-12-06daemon: fix loops that have mismatching integer typesPatrick Steinhardt-13/+8
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-238/+105
2024-12-06pkt-line: fix -Wsign-compare warning on 32 bit platformPatrick Steinhardt-9/+11
2024-12-06csum-file: fix -Wsign-compare warning on 32-bit platformJunio C Hamano-2/+1
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt-23/+1
2024-12-06config.mak.dev: drop `-Wno-sign-compare`Patrick Steinhardt-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-2/+439
2024-12-06compat/win32: fix -Wsign-compare warning in "wWinMain()"Patrick Steinhardt-8/+9
2024-12-06compat/regex: explicitly ignore "-Wsign-compare" warningsPatrick Steinhardt-0/+2
2024-12-06git-compat-util: introduce macros to disable "-Wsign-compare" warningsPatrick Steinhardt-0/+10
2024-12-06describe: split "found all tags" and max_candidates logicJeff King-3/+12
2024-12-06The fourteenth batchJunio C Hamano-0/+6
2024-12-06Merge branch 'kh/sequencer-comment-char'Junio C Hamano-10/+64
2024-12-06Merge branch 'sj/refs-symref-referent-fix'Junio C Hamano-1/+2
2024-12-06Merge branch 'bf/set-head-symref' into js/set-head-symref-fixJunio C Hamano-59/+439
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy-27/+27
2024-12-06remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy-1/+22
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy-10/+66
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy-6/+15
2024-12-04midx: inline the `MIDX_MIN_SIZE` definitionKarthik Nayak-5/+1
2024-12-04midx: pass down `hash_algo` to functions using global variablesKarthik Nayak-29/+37
2024-12-04midx: pass `repository` to `load_multi_pack_index`Karthik Nayak-10/+13
2024-12-04midx: cleanup internal usage of `the_repository` and `the_hash_algo`Karthik Nayak-22/+27
2024-12-04midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak-23/+17
2024-12-04write-midx: add repository field to `write_midx_context`Karthik Nayak-18/+20
2024-12-04midx-write: use `revs->repo` inside `read_refs_snapshot`Karthik Nayak-1/+2
2024-12-04midx-write: pass down repository to static functionsKarthik Nayak-26/+31
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...Junio C Hamano-279/+406
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano-190/+275
2024-12-04The thirteenth batchJunio C Hamano-12/+22
2024-12-04Merge branch 'ja/git-diff-doc-markup'Junio C Hamano-402/+433
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano-188/+23
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano-135/+239
2024-12-04Merge branch 'ps/bisect-double-free-fix'Junio C Hamano-2/+5
2024-12-04Merge branch 'tb/use-test-file-size-more'Junio C Hamano-2/+2
2024-12-04Merge branch 'tb/boundary-traversal-fix'Junio C Hamano-1/+1
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano-62/+790
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano-253/+249
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano-1249/+361
2024-12-04Merge branch 'ps/gc-stale-lock-warning'Junio C Hamano-1/+23
2024-12-04t9300: test verification of renamed pathsJeff King-2/+9
2024-12-04doc: mention rev-list --ancestry-path restrictionsKai Koponen-1/+2