summaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
AgeCommit message (Expand)Author
2024-02-08ref-filter.c: sort formatted dates by byte valueVictoria Dye
2023-12-27Merge branch 'rs/t6300-compressed-size-fix'Junio C Hamano
2023-12-12t6300: avoid hard-coding object sizesRené Scharfe
2023-12-10Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-11-02Merge branch 'ch/t6300-verify-commit-test-cleanup' into maint-2.42Junio C Hamano
2023-09-25ref-filter: add mailmap supportKousik Sanagavarapu
2023-09-25t/t6300: introduce test_bad_atomKousik Sanagavarapu
2023-09-25t/t6300: cleanup test_atomKousik Sanagavarapu
2023-09-14Merge branch 'ks/ref-filter-sort-numerically'Junio C Hamano
2023-09-05ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu
2023-08-23t/t6300: drop magic filteringChristian Hesse
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano
2023-07-25Merge branch 'rs/ref-filter-signature-fix'Junio C Hamano
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-17t6300: fix setup with GPGSSH but without GPGRené Scharfe
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle
2023-03-20for-each-ref: explicitly test no matchesDerrick Stolee
2023-03-20for-each-ref: add --stdin optionDerrick Stolee
2023-01-30Merge branch 'jk/hash-object-fsck'Junio C Hamano
2023-01-18t: use hash-object --literally when created malformed objectsJeff King
2022-12-15ref-filter: truncate atom names in error messagesJeff King
2022-12-15ref-filter: factor out "unrecognized %(foo) arg" errorsJeff King
2022-12-15ref-filter: factor out "%(foo) does not take arguments" errorsJeff King
2022-11-03ref-filter: fix parsing of signatures with CRLF and no bodyJeff King
2022-11-03ref-filter: fix parsing of signatures without blank linesJeff King
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-12-13t6300: make `%(raw:size) --shell` test more robustEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-10-20for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano
2021-09-08Merge branch 'dd/t6300-wo-gpg-fix'Junio C Hamano
2021-08-25t6300: check for cat-file exit status codeĐoàn Trần Công Danh
2021-08-25t6300: don't run cat-file on non-existent objectĐoàn Trần Công Danh
2021-07-26ref-filter: add %(rest) atomZheNing Hu
2021-07-26ref-filter: --format=%(raw) support --perlZheNing Hu
2021-07-26ref-filter: add %(raw) atomZheNing Hu
2021-04-21Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-04-13Merge branch 'jk/ref-filter-segfault-fix'Junio C Hamano
2021-04-13tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason
2021-04-01ref-filter: fix NULL check for parse object failureJeff King
2021-02-16ref-filter: use pretty.c logic for trailersHariom Verma
2021-02-16t6300: use function to test trailer optionsHariom Verma
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-07t6300: avoid using the default name of the initial branchJohannes Schindelin