summaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-2/+2
2025-08-05t6300: refactor tests to be shareableMeet Soni1-2138/+2
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano1-5/+10
2025-04-07t/lib-gpg: refactor `sanitize_pgp()` to not depend on PerlPatrick Steinhardt1-11/+10
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-0/+6
2025-03-07builtin/for-each-ref: stop using `the_repository`Usman Akinyemi1-0/+7
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-24t: fix typosAndrew Kreimer1-1/+1
2024-09-09ref-filter: add ref_format_clear() functionJeff King1-0/+1
2024-09-09ref-filter: store ref_trailer_buf data per-atomJeff King1-0/+19
2024-09-09ref-filter: strip signature when parsing tag trailersJeff King1-0/+18
2024-09-09t6300: drop newline from wrapped test titleJeff King1-2/+1
2024-08-14for-each-ref: add 'is-base' tokenDerrick Stolee1-0/+9
2024-02-07ref-filter.c: sort formatted dates by byte valueVictoria Dye1-0/+46
2023-12-27Merge branch 'rs/t6300-compressed-size-fix'Junio C Hamano1-9/+9
2023-12-12t6300: avoid hard-coding object sizesRené Scharfe1-9/+9
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano1-0/+43
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye1-0/+22
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye1-0/+21
2023-11-02Merge branch 'ch/t6300-verify-commit-test-cleanup' into maint-2.42Junio C Hamano1-4/+1
2023-09-25ref-filter: add mailmap supportKousik Sanagavarapu1-1/+84
2023-09-25t/t6300: introduce test_bad_atomKousik Sanagavarapu1-0/+24
2023-09-25t/t6300: cleanup test_atomKousik Sanagavarapu1-6/+10
2023-09-14Merge branch 'ks/ref-filter-sort-numerically'Junio C Hamano1-2/+13
2023-09-05ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu1-2/+13
2023-08-23t/t6300: drop magic filteringChristian Hesse1-4/+1
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano1-0/+138
2023-07-25Merge branch 'rs/ref-filter-signature-fix'Junio C Hamano1-1/+2
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu1-0/+138
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-0/+35
2023-07-17t6300: fix setup with GPGSSH but without GPGRené Scharfe1-1/+2
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau1-0/+35
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu1-0/+191
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano1-0/+8
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle1-0/+8
2023-03-20for-each-ref: explicitly test no matchesDerrick Stolee1-0/+13
2023-03-20for-each-ref: add --stdin optionDerrick Stolee1-0/+37
2023-01-30Merge branch 'jk/hash-object-fsck'Junio C Hamano1-1/+1
2023-01-18t: use hash-object --literally when created malformed objectsJeff King1-1/+1
2022-12-15ref-filter: truncate atom names in error messagesJeff King1-0/+6
2022-12-15ref-filter: factor out "unrecognized %(foo) arg" errorsJeff King1-0/+6
2022-12-15ref-filter: factor out "%(foo) does not take arguments" errorsJeff King1-0/+6
2022-11-02ref-filter: fix parsing of signatures with CRLF and no bodyJeff King1-0/+25
2022-11-02ref-filter: fix parsing of signatures without blank linesJeff King1-0/+15
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-5/+2
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine1-1/+1
2021-12-13t6300: make `%(raw:size) --shell` test more robustEric Sunshine1-4/+1
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-3/+0
2021-10-20for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano1-0/+26
2021-09-08Merge branch 'dd/t6300-wo-gpg-fix'Junio C Hamano1-11/+18