summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-03-05builtin/remote.c: trivial fix of error messageAlexander Shopov-1/+1
2024-03-05transport-helper.c: trivial fix of error messageAlexander Shopov-1/+1
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk-4/+27
2024-03-05advice: use double quotes for regular quotingKristoffer Haugsbakk-1/+1
2024-03-05advice: use backticks for verbatimKristoffer Haugsbakk-7/+7
2024-03-05advice: make all entries stylistically consistentKristoffer Haugsbakk-41/+41
2024-03-05t3200: improve test styleKristoffer Haugsbakk-58/+55
2024-03-05config: document `core.commentChar` as ASCII-onlyKristoffer Haugsbakk-1/+1
2024-03-05The fourth batchJunio C Hamano-1/+35
2024-03-05Merge branch 'ak/rebase-autosquash'Junio C Hamano-1/+1
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano-53/+243
2024-03-05Merge branch 'pb/ort-make-submodule-conflict-message-an-advice'Junio C Hamano-9/+15
2024-03-05Merge branch 'jc/doc-compat-util'Junio C Hamano-6/+35
2024-03-05Merge branch 'sg/upload-pack-error-message-fix'Junio C Hamano-1/+1
2024-03-05Merge branch 'rs/submodule-prefix-simplify'Junio C Hamano-15/+4
2024-03-05Merge branch 'rs/name-rev-with-mempool'Junio C Hamano-19/+64
2024-03-05Merge branch 'rs/fetch-simplify-with-starts-with'Junio C Hamano-3/+2
2024-03-05Merge branch 'jk/reflog-special-cases-fix'Junio C Hamano-51/+87
2024-03-05Merge branch 'jc/no-include-of-compat-util-from-headers'Junio C Hamano-2/+0
2024-03-05Merge branch 'js/remove-cruft-files'Junio C Hamano-0/+0
2024-03-05Merge branch 'jk/textconv-cache-outside-repo-fix'Junio C Hamano-1/+25
2024-03-05refs/reftable: track last log record name via strbufPatrick Steinhardt-5/+6
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt-52/+68
2024-03-05reftable/record: reuse message when decoding log recordsPatrick Steinhardt-2/+4
2024-03-05reftable/record: reuse refnames when decoding log recordsPatrick Steinhardt-1/+2
2024-03-05reftable/record: avoid copying author infoPatrick Steinhardt-8/+21
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt-151/+61
2024-03-05refs/reftable: reload correct stack when creating reflog iterPatrick Steinhardt-1/+1
2024-03-05Merge branch 'ps/reftable-iteration-perf-part2' into ps/reftable-reflog-itera...Junio C Hamano-181/+175
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano-10/+13
2024-03-04refs/reftable: precompute prefix lengthPatrick Steinhardt-2/+4
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt-25/+20
2024-03-04reftable/record: decode keys in placePatrick Steinhardt-30/+28
2024-03-04reftable/record: reuse refname when copyingPatrick Steinhardt-3/+15
2024-03-04reftable/record: reuse refname when decodingPatrick Steinhardt-4/+13
2024-03-04reftable/merged: avoid duplicate pqueue emptiness checkPatrick Steinhardt-14/+6
2024-03-04reftable/merged: circumvent pqueue with single subiterPatrick Steinhardt-2/+22
2024-03-04reftable/merged: handle subiter cleanup on close onlyPatrick Steinhardt-10/+2
2024-03-04reftable/merged: remove unnecessary null check for subitersPatrick Steinhardt-18/+1
2024-03-04reftable/merged: make subiters own their recordsPatrick Steinhardt-56/+49
2024-03-04reftable/merged: advance subiter on subsequent iterationPatrick Steinhardt-14/+12
2024-03-04reftable/merged: make `merged_iter` structure privatePatrick Steinhardt-10/+10
2024-03-04reftable/pq: use `size_t` to track iterator indexPatrick Steinhardt-1/+1
2024-03-04setup: remove unnecessary variableGhanshyam Thakkar-49/+8
2024-03-04t9117: prefer test_path_* helper functionsshejialuo-8/+8
2024-03-03completion: reflog subcommands and optionsRubén Justo-2/+10
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo-6/+25
2024-03-03completion: introduce __git_find_subcommandRubén Justo-0/+20
2024-03-03completion: reflog show <log-options>Rubén Justo-1/+14
2024-03-03completion: reflog with implicit "show"Rubén Justo-5/+15