summaryrefslogtreecommitdiff
path: root/t/t6018-rev-list-glob.sh
Commit message (Expand)AuthorAgeFilesLines
* revisions API: have release_revisions() release "cmdline"Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-26/+26
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* tests: avoid variations of the `master` branch nameJohannes Schindelin2020-09-261-3/+3
* revision: set rev_input_given in handle_revision_arg()Jeff King2020-08-261-0/+5
* Merge branch 'ra/rev-parse-exclude-glob'Junio C Hamano2018-11-181-3/+57
|\
| * refs: fix some exclude patterns being ignoredRafael Ascensão2018-11-131-12/+12
| * refs: show --exclude failure with --branches/tags/remotes=globRafael Ascensão2018-11-131-3/+57
* | Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano2018-11-131-0/+12
|\ \
| * | rev-parse: clear --exclude list after 'git rev-parse --all'Andreas Gruenbacher2018-11-011-0/+12
* | | rev-list: make empty --stdin not an errorJeff King2018-08-221-1/+1
| |/ |/|
* | t6018-rev-list-glob: fix 'empty stdin' testSZEDER Gábor2018-08-221-1/+1
* | tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-8/+4
|/
* rev-list: don't show usage when we see empty ref patternsJeff King2017-08-021-3/+3
* t6018: flesh out empty input/output rev-list testsJeff King2017-08-021-11/+9
* Spelling fixesvs/typofixVille Skyttä2016-08-111-1/+1
* rev-parse: introduce --exclude=<glob> to tame wildcardsjc/ref-excludesJunio C Hamano2013-11-011-0/+12
* rev-list --exclude: testsJunio C Hamano2013-11-011-0/+42
* revisions: allow --glob and friends in parse_options-enabled commandsJonathan Nieder2011-04-211-0/+50
* log: parse separate option for --globMatthieu Moy2010-08-061-0/+6
* t6018: make sure all tested symbolic names are different revsMichael J Gruber2010-06-271-1/+3
* t6018: add tests for rev-list's --branches and --tagsMichael J Gruber2010-06-271-0/+13
* rev-parse --branches/--tags/--remotes=patternIlari Liusvaara2010-01-201-1/+62
* rev-parse --globIlari Liusvaara2010-01-201-0/+134