summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-26Git 2.42.4v2.42.4Johannes Schindelin3-2/+8
2024-11-26Sync with 2.41.3Johannes Schindelin17-53/+137
2024-11-26Git 2.41.3v2.41.3Johannes Schindelin3-2/+8
2024-11-26Git 2.40.4v2.40.4Johannes Schindelin3-2/+7
2024-11-26Sync with 2.40.4Johannes Schindelin16-53/+131
2024-11-26Merge branch 'disallow-control-characters-in-credential-urls-by-default'Johannes Schindelin9-29/+109
2024-11-27ref-cache: fix invalid free operation in `free_ref_entry`shejialuo1-1/+2
2024-11-26credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin4-8/+38
2024-11-26credential: sanitize the user promptJohannes Schindelin7-20/+53
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin4-2/+19
2024-11-26refs/reftable: reuse iterators when reading refsPatrick Steinhardt1-3/+29
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt2-0/+75
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt2-0/+13
2024-11-26refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt1-8/+5
2024-11-26refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt1-7/+4
2024-11-26refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt1-63/+59
2024-11-26refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt1-7/+19
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt2-0/+8
2024-11-26refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt1-58/+126
2024-11-26refs/reftable: encapsulate reftable stackPatrick Steinhardt1-59/+76
2024-11-26builtin: pass repository to sub commandsKarthik Nayak17-135/+239
2024-11-26fast-import: disallow "." and ".." path componentsElijah Newren2-0/+22
2024-11-26bisect: address Coverity warning about potential double freePatrick Steinhardt2-2/+5
2024-11-26Merge branch 'ps/leakfixes-part-10' into ps/bisect-double-free-fixJunio C Hamano950-1248/+360
2024-11-26sequencer: comment commit messages properlyKristoffer Haugsbakk2-4/+23
2024-11-26sequencer: comment `--reference` subject line properlyKristoffer Haugsbakk2-4/+19
2024-11-26sequencer: comment checked-out branch properlyKristoffer Haugsbakk2-2/+22
2024-11-26reftable: rename scratch bufferPatrick Steinhardt4-18/+20
2024-11-26refs: adapt `initial_transaction` flag to be unsignedPatrick Steinhardt2-2/+2
2024-11-25t7900: fix host-dependent behaviour when testing git-maintenance(1)Patrick Steinhardt1-2/+7
2024-11-25doc: option value may be separate for valid reasonsJunio C Hamano2-0/+15
2024-11-25Sync with Git 2.47.1Junio C Hamano1-0/+5
2024-11-25Git 2.47.1v2.47.1Junio C Hamano1-0/+5
2024-11-25Merge branch 'ak/typofixes' into maint-2.47Junio C Hamano15-18/+18
2024-11-25Merge branch 'xx/protocol-v2-doc-markup-fix' into maint-2.47Junio C Hamano1-2/+2
2024-11-25Merge branch 'tc/bundle-uri-leakfix' into maint-2.47Junio C Hamano1-5/+13
2024-11-25Merge branch 'kh/checkout-ignore-other-docfix' into maint-2.47Junio C Hamano2-5/+5
2024-11-25Merge branch 'kh/merge-tree-doc' into maint-2.47Junio C Hamano1-3/+9
2024-11-25Merge branch 'kn/loose-object-layer-wo-global-hash' into maint-2.47Junio C Hamano1-4/+3
2024-11-25Merge branch 'jc/doc-refspec-syntax' into maint-2.47Junio C Hamano1-3/+4
2024-11-25Merge branch 'js/doc-platform-support-link-fix' into maint-2.47Junio C Hamano1-2/+2
2024-11-25Merge branch 'jh/config-unset-doc-fix' into maint-2.47Junio C Hamano2-3/+3
2024-11-25Merge branch 'jk/output-prefix-cleanup' into maint-2.47Junio C Hamano7-43/+28
2024-11-25Merge branch 'sk/doc-maintenance-schedule' into maint-2.47Junio C Hamano1-1/+3
2024-11-25Merge branch 'tb/notes-amlog-doc' into maint-2.47Junio C Hamano1-0/+44
2024-11-25Merge branch 'master' of https://github.com/j6t/gitk into maint-2.47Junio C Hamano0-0/+0
2024-11-25git-difftool--helper.sh: exit upon initialize_merge_tool errorsPhilippe Blain1-6/+2
2024-11-25git-mergetool--lib.sh: add error message for unknown tool variantPhilippe Blain1-0/+1
2024-11-25git-mergetool--lib.sh: add error message if 'setup_user_tool' failsPhilippe Blain2-2/+15
2024-11-25git-mergetool--lib.sh: use TOOL_MODE when erroring about unknown toolPhilippe Blain1-1/+1