aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6018-rev-list-glob.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2023-12-09revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe1-4/+2
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong1-1/+1
2022-11-17rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt1-0/+40
2022-04-13revisions API: have release_revisions() release "cmdline"Ævar Arnfjörð Bjarmason1-0/+1
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin1-26/+26
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-26tests: avoid variations of the `master` branch nameJohannes Schindelin1-3/+3
2020-08-26revision: set rev_input_given in handle_revision_arg()Jeff King1-0/+5
2018-11-18Merge branch 'ra/rev-parse-exclude-glob'Junio C Hamano1-3/+57
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano1-0/+12
2018-11-13refs: fix some exclude patterns being ignoredRafael Ascensão1-12/+12
2018-11-13refs: show --exclude failure with --branches/tags/remotes=globRafael Ascensão1-3/+57
2018-11-01rev-parse: clear --exclude list after 'git rev-parse --all'Andreas Gruenbacher1-0/+12
2018-08-22rev-list: make empty --stdin not an errorJeff King1-1/+1
2018-08-22t6018-rev-list-glob: fix 'empty stdin' testSZEDER Gábor1-1/+1
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-8/+4
2017-08-02rev-list: don't show usage when we see empty ref patternsJeff King1-3/+3
2017-08-02t6018: flesh out empty input/output rev-list testsJeff King1-11/+9
2016-08-11Spelling fixesVille Skyttä1-1/+1
2013-11-01rev-parse: introduce --exclude=<glob> to tame wildcardsJunio C Hamano1-0/+12
2013-11-01rev-list --exclude: testsJunio C Hamano1-0/+42
2011-04-21revisions: allow --glob and friends in parse_options-enabled commandsJonathan Nieder1-0/+50
2010-08-06log: parse separate option for --globMatthieu Moy1-0/+6
2010-06-27t6018: make sure all tested symbolic names are different revsMichael J Gruber1-1/+3
2010-06-27t6018: add tests for rev-list's --branches and --tagsMichael J Gruber1-0/+13
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara1-1/+62
2010-01-20rev-parse --globIlari Liusvaara1-0/+134