summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-13builtin: remove USE_THE_REPOSITORY for those without the_repositoryJohn Cai9-9/+0
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai125-92/+147
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai127-296/+703
2024-09-13t5512.40 sometimes dies by SIGPIPEJunio C Hamano1-0/+1
2024-09-13Git.pm: use "rev-parse --absolute-git-dir" rather than perl codeJeff King1-5/+5
2024-09-13Git.pm: fix bare repository search with Directory optionJeff King3-7/+11
2024-09-13ci: add Ubuntu 16.04 job to GitLab CIPatrick Steinhardt3-1/+16
2024-09-12unicode: update the width tables to Unicode 16Beat Bolli1-12/+25
2024-09-12t/interop: allow per-version make optionsJeff King3-3/+13
2024-09-12Sync with 'maint'Junio C Hamano1-0/+7
2024-09-12The fifteenth batchJunio C Hamano1-0/+19
2024-09-12Merge branch 'kl/cat-file-on-sparse-index'Junio C Hamano2-5/+48
2024-09-12Merge branch 'jk/messages-with-excess-lf-fix'Junio C Hamano12-22/+22
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano6-27/+194
2024-09-12Merge branch 'tb/multi-pack-reuse-fix'Junio C Hamano5-17/+78
2024-09-12Merge branch 'gt/unit-test-oid-array'Junio C Hamano8-175/+136
2024-09-12Merge branch 'ps/index-pack-outside-repo-fix'Junio C Hamano2-0/+48
2024-09-12Merge branch 'jc/mailinfo-header-cleanup'Junio C Hamano1-12/+11
2024-09-12Another batch of topics for 2.46.1Junio C Hamano1-0/+7
2024-09-12Merge branch 'jc/grammo-fixes' into maint-2.46Junio C Hamano2-2/+2
2024-09-12Merge branch 'jc/tests-no-useless-tee' into maint-2.46Junio C Hamano2-3/+3
2024-09-12Merge branch 'jc/how-to-maintain-updates' into maint-2.46Junio C Hamano1-0/+4
2024-09-12Merge branch 'ps/bundle-outside-repo-fix' into maint-2.46Junio C Hamano3-3/+41
2024-09-12Merge branch 'jc/patch-id' into maint-2.46Junio C Hamano2-21/+112
2024-09-12Merge branch 'jk/apply-patch-mode-check-fix' into maint-2.46Junio C Hamano2-0/+63
2024-09-12imap-send: handle NO_OPENSSL even when openssl existsJeff King1-3/+4
2024-09-12ci: use regular action versions for linux32 jobJeff King1-4/+4
2024-09-12ci: use more recent linux32 imageJeff King2-3/+12
2024-09-12ci: unify ubuntu and ubuntu32 dependenciesJeff King1-18/+16
2024-09-12ci: drop run-docker scriptsJeff King2-113/+0
2024-09-12environment: stop storing "core.notesRef" globallyPatrick Steinhardt6-28/+29
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt9-13/+23
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt4-8/+4
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt9-20/+32
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt7-26/+36
2024-09-12branch: stop modifying `log_all_ref_updates` variablePatrick Steinhardt1-2/+3
2024-09-12repo-settings: track defaults close to `struct repo_settings`Patrick Steinhardt2-5/+9
2024-09-12repo-settings: split out declarations into a standalone headerPatrick Steinhardt3-50/+58
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt14-1/+53
2024-09-12environment: reorder header to split out `the_repository`-free sectionPatrick Steinhardt1-41/+40
2024-09-12environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt4-107/+109
2024-09-12environment: make `get_git_namespace()` self-containedPatrick Steinhardt1-28/+29
2024-09-12environment: move object database functions into object layerPatrick Steinhardt5-50/+49
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt7-14/+20
2024-09-12config: document `read_early_config()` and `read_very_early_config()`Patrick Steinhardt2-4/+11
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt18-34/+36
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt6-13/+11
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt11-29/+36
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt20-39/+43
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt13-21/+22