summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-17refs: remove `dwim_log()`Patrick Steinhardt5-10/+4
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt6-20/+18
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt20-36/+37
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt4-56/+55
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt4-25/+28
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt6-81/+28
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt5-13/+28
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt11-18/+29
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt8-21/+33
2024-05-17refs: track ref stores via strmapPatrick Steinhardt1-57/+14
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt7-0/+68
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt9-29/+29
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt3-16/+16
2024-05-17SubmittingPatches: add section for iterating patchesKarthik Nayak1-0/+79
2024-05-17Merge branch 'jc/patch-flow-updates' into kn/patch-iteration-docJunio C Hamano1-51/+70
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt2-25/+73
2024-05-16t0017: clarify dubious test set-upJunio C Hamano1-1/+8
2024-05-16The fifth batchJunio C Hamano1-0/+7
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano77-680/+1052
2024-05-16Merge branch 'jl/git-no-advice'Junio C Hamano5-10/+104
2024-05-16Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano2-38/+3
2024-05-16Revert "diff: fix --exit-code with external diff"Junio C Hamano2-38/+3
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano77-680/+1052
2024-05-16t/t0211-trace2-perf.sh: fix typo patern -> patternMarcel Telka1-1/+1
2024-05-15osxkeychain: state to skip unnecessary store operationsKoji Nakamaru1-0/+11
2024-05-15osxkeychain: exclusive lock to serialize execution of operationsKoji Nakamaru1-0/+3
2024-05-15The fourth batchJunio C Hamano1-1/+19
2024-05-15Merge branch 'ds/scalar-reconfigure-all-fix'Junio C Hamano2-3/+45
2024-05-15Merge branch 'vd/doc-merge-tree-x-option'Junio C Hamano1-0/+5
2024-05-15Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano3-3/+47
2024-05-15Merge branch 'jt/port-ci-whitespace-check-to-gitlab'Junio C Hamano4-64/+109
2024-05-15Merge branch 'ow/refspec-glossary-update'Junio C Hamano1-1/+2
2024-05-15Merge branch 'jp/tag-trailer'Junio C Hamano6-28/+181
2024-05-15Merge branch 'ps/config-subcommands'Junio C Hamano6-370/+812
2024-05-15Merge branch 'js/unit-test-suite-runner'Junio C Hamano11-30/+74
2024-05-15refs: refuse to write pseudorefsPatrick Steinhardt2-3/+10
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt5-27/+31
2024-05-15refs: pseudorefs are no refsPatrick Steinhardt2-32/+50
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt4-15/+5
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt6-20/+29
2024-05-15refs: rename `is_special_ref()` to `is_pseudo_ref()`Patrick Steinhardt1-10/+10
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt5-15/+37
2024-05-15Documentation/glossary: define root refs as refsPatrick Steinhardt1-7/+25
2024-05-15Documentation/glossary: clarify limitations of pseudorefsPatrick Steinhardt1-2/+2
2024-05-15Documentation/glossary: redefine pseudorefs as special refsPatrick Steinhardt1-28/+12
2024-05-15builtin/config: pass data between callbacks via local variablesPatrick Steinhardt1-38/+52
2024-05-15builtin/config: convert flags to a local variablePatrick Steinhardt1-19/+29
2024-05-15builtin/config: track "fixed value" option via flags onlyPatrick Steinhardt1-7/+7
2024-05-15builtin/config: convert `key` to a local variablePatrick Steinhardt1-2/+5
2024-05-15builtin/config: convert `key_regexp` to a local variablePatrick Steinhardt1-8/+8