summaryrefslogtreecommitdiffstats
path: root/line-range.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-10The fifteenth batchJunio C Hamano1-0/+20
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo2-4/+17
2024-12-10index-pack --promisor: also check commits' treesJonathan Tan1-0/+1
2024-12-10index-pack --promisor: don't check blobsJonathan Tan1-1/+30
2024-12-10index-pack --promisor: dedup before checking linksJonathan Tan1-33/+42
2024-12-08object-name: fix reversed ordering with ":/<text>" revisionsPatrick Steinhardt2-2/+17
2024-12-06Introduce support for the Meson build systemPatrick Steinhardt27-0/+3880
2024-12-06Documentation: add comparison of build systemsPatrick Steinhardt2-0/+225
2024-12-06t: allow overriding build dirPatrick Steinhardt1-1/+2
2024-12-06t: better support for out-of-tree buildsPatrick Steinhardt7-11/+34
2024-12-06Documentation: extract script to generate a list of mergetoolsPatrick Steinhardt2-14/+25
2024-12-06Documentation: teach "cmd-list.perl" about out-of-tree buildsPatrick Steinhardt2-12/+13
2024-12-06Documentation: allow sourcing generated includes from separate dirPatrick Steinhardt5-15/+18
2024-12-06Makefile: simplify building of templatesPatrick Steinhardt19-37/+37
2024-12-06Makefile: write absolute program path into bin-wrappersPatrick Steinhardt3-7/+7
2024-12-06Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt6-8/+16
2024-12-06Makefile: refactor generators to be PWD-independentPatrick Steinhardt5-34/+68
2024-12-06Makefile: extract script to generate gitweb.jsPatrick Steinhardt2-1/+14
2024-12-06Makefile: extract script to generate gitweb.cgiPatrick Steinhardt4-31/+101
2024-12-06Makefile: extract script to massage Python scriptsPatrick Steinhardt3-10/+33
2024-12-06Makefile: extract script to massage Shell scriptsPatrick Steinhardt4-35/+68
2024-12-06Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt4-22/+27
2024-12-06Makefile: extract script to massage Perl scriptsPatrick Steinhardt3-15/+56
2024-12-06Makefile: consistently use PERL_PATHPatrick Steinhardt4-5/+5
2024-12-06Makefile: generate doc versions via GIT-VERSION-GENPatrick Steinhardt5-15/+25
2024-12-06Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt5-17/+30
2024-12-06Makefile: propagate Git version via generated headerPatrick Steinhardt6-11/+35
2024-12-06Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt6-34/+59
2024-12-06Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt18-119/+119
2024-12-06Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt4-95/+136
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-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