summaryrefslogtreecommitdiffstats
path: root/hashmap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-22The fourth batchJunio C Hamano1-1/+33
2021-12-15The third batchJunio C Hamano1-0/+65
2021-12-10The second batchJunio C Hamano1-0/+99
2021-12-09ssh signing: verify ssh-keygen in test prereqFabian Stelzer1-13/+40
2021-12-09ssh signing: make fmt-merge-msg consider key lifetimeFabian Stelzer2-0/+59
2021-12-09ssh signing: make verify-tag consider key lifetimeFabian Stelzer2-0/+43
2021-12-09ssh signing: make git log verify key lifetimeFabian Stelzer2-0/+45
2021-12-09ssh signing: make verify-commit consider key lifetimeFabian Stelzer5-0/+110
2021-12-09ssh signing: add key lifetime test prereqsFabian Stelzer1-1/+18
2021-12-09ssh signing: use sigc struct to pass payloadFabian Stelzer7-35/+35
2021-12-09t/fmt-merge-msg: make gpgssh tests more specificFabian Stelzer1-0/+2
2021-12-09t/fmt-merge-msg: do not redirect stderrFabian Stelzer1-4/+4
2021-12-08cbtree: remove broken and unused cb_unlinkEric Wong2-33/+0
2021-12-07t1430: create valid symrefs using test-helperHan-Wen Nienhuys1-8/+6
2021-12-07t1430: remove refs using test-toolHan-Wen Nienhuys1-12/+12
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys4-32/+45
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys5-27/+43
2021-12-07refs: update comment.Han-Wen Nienhuys1-2/+1
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys1-1/+4
2021-12-07test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys2-9/+60
2021-12-07test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys3-5/+4
2021-12-07object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)Ævar Arnfjörð Bjarmason2-4/+2
2021-12-07strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07pack-objects: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason1-1/+1
2021-12-06blame: enable and test the sparse indexLessley Dennington3-11/+43
2021-12-06diff: enable and test the sparse indexLessley Dennington3-0/+53
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington1-7/+7
2021-12-06repo-settings: prepare_repo_settings only in git reposLessley Dennington1-0/+3
2021-12-06test-read-cache: set up repo after git directoryLessley Dennington1-2/+3
2021-12-06commit-graph: return if there is no git directoryLessley Dennington1-1/+4
2021-12-06git: ensure correct git directory setup with -hLessley Dennington1-18/+21
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee2-7/+9
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee1-1/+15
2021-12-05grep: clarify what `grep.patternType=default` meansJunio C Hamano1-1/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin17-50/+0
2021-12-05sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'Elijah Newren2-8/+24
2021-12-05name-rev: prefer shorter names over following mergesElijah Newren1-4/+13
2021-12-05xdiff: drop unused flags parameter from recs_matchJeff King1-9/+9
2021-12-05xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King1-3/+2
2021-12-05xdiff: drop CMP_ENV macro from xhistogramJeff King1-3/+0
2021-12-05git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine1-1/+1
2021-12-05worktree: send "chatty" messages to stderrEric Sunshine4-33/+27
2021-12-05packfile: make `close_pack_revindex()` staticTaylor Blau2-2/+2
2021-12-05scalar: implement the `version` commandJohannes Schindelin1-0/+39
2021-12-05scalar: implement the `delete` commandMatthew John Cheetham3-0/+80
2021-12-05scalar: teach 'reconfigure' to optionally handle all registered enlistmentsJohannes Schindelin3-6/+67
2021-12-05scalar: allow reconfiguring an existing enlistmentJohannes Schindelin3-28/+67
2021-12-05scalar: implement the `run` commandDerrick Stolee2-0/+83
2021-12-05scalar: teach 'clone' to support the --single-branch optionJohannes Schindelin3-4/+23