summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-07Makefile: propagate Git version via generated headerPatrick Steinhardt
2024-12-07Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt
2024-12-06describe: split "found all tags" and max_candidates logicJeff King
2024-12-06The fourteenth batchJunio C Hamano
2024-12-06Merge branch 'kh/sequencer-comment-char'Junio C Hamano
2024-12-06Merge branch 'sj/refs-symref-referent-fix'Junio C Hamano
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy
2024-12-04midx: inline the `MIDX_MIN_SIZE` definitionKarthik Nayak
2024-12-04midx: pass down `hash_algo` to functions using global variablesKarthik Nayak
2024-12-04midx: pass `repository` to `load_multi_pack_index`Karthik Nayak
2024-12-04midx: cleanup internal usage of `the_repository` and `the_hash_algo`Karthik Nayak
2024-12-04midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak
2024-12-04write-midx: add repository field to `write_midx_context`Karthik Nayak
2024-12-04midx-write: use `revs->repo` inside `read_refs_snapshot`Karthik Nayak
2024-12-04midx-write: pass down repository to static functionsKarthik Nayak
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...Junio C Hamano
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano
2024-12-04The thirteenth batchJunio C Hamano
2024-12-04Merge branch 'ja/git-diff-doc-markup'Junio C Hamano
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano
2024-12-04Merge branch 'ps/bisect-double-free-fix'Junio C Hamano
2024-12-04Merge branch 'tb/use-test-file-size-more'Junio C Hamano
2024-12-04Merge branch 'tb/boundary-traversal-fix'Junio C Hamano
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano
2024-12-04Merge branch 'ps/gc-stale-lock-warning'Junio C Hamano
2024-12-04t9300: test verification of renamed pathsJeff King
2024-12-04doc: mention rev-list --ancestry-path restrictionsKai Koponen
2024-12-04packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau
2024-12-04midx: add repository to `multi_pack_index` structKarthik Nayak
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak
2024-12-04packfile: pass `repository` to static function in the fileKarthik Nayak
2024-12-04packfile: use `repository` from `packed_git` directlyKarthik Nayak
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak
2024-12-03tag: "git tag" refuses to use HEAD as a tagnameJunio C Hamano
2024-12-03t5604: do not expect that HEAD can be a valid tagnameJunio C Hamano
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano
2024-12-03refs: move ref name helpers aroundJunio C Hamano
2024-12-02Merge branch 'ps/leakfixes-part-10' into rj/strvec-splice-fixJunio C Hamano
2024-12-02Documentation/git-update-ref.txt: add missing wordKristoffer Haugsbakk
2024-12-02Documentation/git-bundle.txt: fix word join typoKristoffer Haugsbakk
2024-12-02fast-import: disallow more path componentsElijah Newren