aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-06t/helper: don't depend on implicit wraparoundPatrick Steinhardt2-7/+2
2024-12-06scalar: address -Wsign-compare warningsPatrick Steinhardt1-4/+3
2024-12-06builtin/patch-id: fix type of `get_one_patchid()`Patrick Steinhardt1-8/+8
2024-12-06builtin/blame: fix type of `length` variable when emitting object IDPatrick Steinhardt1-3/+7
2024-12-06gpg-interface: address -Wsign-comparison warningsPatrick Steinhardt1-9/+6
2024-12-06daemon: fix type of `max_connections`Patrick Steinhardt1-6/+5
2024-12-06daemon: fix loops that have mismatching integer typesPatrick Steinhardt1-13/+8
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt55-238/+105
2024-12-06pkt-line: fix -Wsign-compare warning on 32 bit platformPatrick Steinhardt1-9/+11
2024-12-06csum-file: fix -Wsign-compare warning on 32-bit platformJunio C Hamano1-2/+1
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt18-23/+1
2024-12-06config.mak.dev: drop `-Wno-sign-compare`Patrick Steinhardt1-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt265-2/+439
2024-12-06compat/win32: fix -Wsign-compare warning in "wWinMain()"Patrick Steinhardt1-8/+9
2024-12-06compat/regex: explicitly ignore "-Wsign-compare" warningsPatrick Steinhardt1-0/+2
2024-12-06git-compat-util: introduce macros to disable "-Wsign-compare" warningsPatrick Steinhardt1-0/+10
2024-12-06describe: split "found all tags" and max_candidates logicJeff King2-3/+12
2024-12-06The fourteenth batchJunio C Hamano1-0/+6
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy19-27/+27
2024-12-06remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy2-1/+22
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy5-10/+66
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy4-6/+15
2024-12-04midx: inline the `MIDX_MIN_SIZE` definitionKarthik Nayak1-5/+1
2024-12-04midx: pass down `hash_algo` to functions using global variablesKarthik Nayak5-29/+37
2024-12-04midx: pass `repository` to `load_multi_pack_index`Karthik Nayak3-10/+13
2024-12-04midx: cleanup internal usage of `the_repository` and `the_hash_algo`Karthik Nayak1-22/+27
2024-12-04midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak4-23/+17
2024-12-04write-midx: add repository field to `write_midx_context`Karthik Nayak1-18/+20
2024-12-04midx-write: use `revs->repo` inside `read_refs_snapshot`Karthik Nayak1-1/+2
2024-12-04midx-write: pass down repository to static functionsKarthik Nayak1-26/+31
2024-12-04The thirteenth batchJunio C Hamano1-12/+22
2024-12-04t9300: test verification of renamed pathsJeff King1-2/+9
2024-12-04doc: mention rev-list --ancestry-path restrictionsKai Koponen1-1/+2
2024-12-04packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau1-1/+0
2024-12-04midx: add repository to `multi_pack_index` structKarthik Nayak3-35/+59
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak7-30/+35
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak11-14/+39
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak15-35/+44
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak11-17/+21
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak6-14/+14
2024-12-04packfile: pass `repository` to static function in the fileKarthik Nayak1-7/+8
2024-12-04packfile: use `repository` from `packed_git` directlyKarthik Nayak1-23/+27
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak10-16/+30
2024-12-03tag: "git tag" refuses to use HEAD as a tagnameJunio C Hamano2-1/+13
2024-12-03t5604: do not expect that HEAD can be a valid tagnameJunio C Hamano1-3/+3
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano10-23/+23
2024-12-03refs: move ref name helpers aroundJunio C Hamano5-69/+76
2024-12-02Documentation/git-update-ref.txt: add missing wordKristoffer Haugsbakk1-4/+4
2024-12-02Documentation/git-bundle.txt: fix word join typoKristoffer Haugsbakk1-1/+1
2024-12-02fast-import: disallow more path componentsElijah Newren3-7/+91