summaryrefslogtreecommitdiffstats
path: root/chunk-format.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-23The fifth batchJunio C Hamano1-0/+13
2021-12-22The fourth batchJunio C Hamano1-1/+33
2021-12-15The third batchJunio C Hamano1-0/+65
2021-12-13git-apply: add --allow-empty flagJerry Zhang4-7/+30
2021-12-13git-apply: add --quiet flagJerry Zhang2-2/+7
2021-12-13chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine9-35/+37
2021-12-13chainlint.sed: swallow comments consistentlyEric Sunshine6-4/+52
2021-12-13chainlint.sed: stop throwing away here-doc tagsEric Sunshine11-29/+35
2021-12-13chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine3-2/+36
2021-12-13chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine1-4/+4
2021-12-13chainlint.sed: drop subshell-closing ">" annotationEric Sunshine39-89/+80
2021-12-13chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine5-25/+24
2021-12-13chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine2-7/+8
2021-12-13chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine5-18/+18
2021-12-13chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine23-38/+38
2021-12-13t/Makefile: optimize chainlint self-testEric Sunshine1-6/+4
2021-12-13t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledgeEric Sunshine2-2/+2
2021-12-13t/chainlint/*.test: generalize self-test commentaryEric Sunshine6-9/+6
2021-12-13t/chainlint/*.test: fix invalid test cases due to mixing quote typesEric Sunshine20-70/+38
2021-12-13t/chainlint/*.test: don't use invalid shell syntaxEric Sunshine3-4/+6
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-08config.mak.dev: specify -std=gnu99 for gcc/clangJeff King1-0/+5
2021-12-08pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason2-0/+32
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-07common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason2-5/+9
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