summaryrefslogtreecommitdiff
path: root/t/t6018-rev-list-glob.sh
AgeCommit message (Expand)AuthorFilesLines
2018-11-18Merge branch 'ra/rev-parse-exclude-glob'Libravatar Junio C Hamano1-3/+57
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Libravatar Junio C Hamano1-0/+12
2018-11-13refs: fix some exclude patterns being ignoredLibravatar Rafael Ascensão1-12/+12
2018-11-13refs: show --exclude failure with --branches/tags/remotes=globLibravatar Rafael Ascensão1-3/+57
2018-11-01rev-parse: clear --exclude list after 'git rev-parse --all'Libravatar Andreas Gruenbacher1-0/+12
2018-08-22rev-list: make empty --stdin not an errorLibravatar Jeff King1-1/+1
2018-08-22t6018-rev-list-glob: fix 'empty stdin' testLibravatar SZEDER Gábor1-1/+1
2018-07-30tests: make use of the test_must_be_empty functionLibravatar Ævar Arnfjörð Bjarmason1-8/+4
2017-08-02rev-list: don't show usage when we see empty ref patternsLibravatar Jeff King1-3/+3
2017-08-02t6018: flesh out empty input/output rev-list testsLibravatar Jeff King1-11/+9
2016-08-11Spelling fixesLibravatar Ville Skyttä1-1/+1
2013-11-01rev-parse: introduce --exclude=<glob> to tame wildcardsLibravatar Junio C Hamano1-0/+12
2013-11-01rev-list --exclude: testsLibravatar Junio C Hamano1-0/+42
2011-04-21revisions: allow --glob and friends in parse_options-enabled commandsLibravatar Jonathan Nieder1-0/+50
2010-08-06log: parse separate option for --globLibravatar Matthieu Moy1-0/+6
2010-06-27t6018: make sure all tested symbolic names are different revsLibravatar Michael J Gruber1-1/+3
2010-06-27t6018: add tests for rev-list's --branches and --tagsLibravatar Michael J Gruber1-0/+13
2010-01-20rev-parse --branches/--tags/--remotes=patternLibravatar Ilari Liusvaara1-1/+62
2010-01-20rev-parse --globLibravatar Ilari Liusvaara1-0/+134