summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
Commit message (Expand)AuthorAgeFilesLines
* completion: expand "push --delete <remote> <ref>" for refs on that <remote>ab/completion-push-delete-refÆvar Arnfjörð Bjarmason2017-04-231-0/+34
* completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-231-0/+27
* completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-231-0/+124
* completion: support excluding full refsSZEDER Gábor2017-03-231-0/+31
* completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-231-0/+68
* completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-231-0/+31
* completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-231-0/+106
* completion: cache the path to the repositorySZEDER Gábor2017-02-031-58/+103
* completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-031-6/+16
* completion: respect 'git -C <path>'SZEDER Gábor2017-02-031-0/+87
* completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-031-1/+6
* completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-031-3/+3
* completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2017-02-031-1/+1
* completion: list refs from remote when remote's name matches a directorySZEDER Gábor2017-02-031-1/+10
* completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2017-02-031-2/+2
* completion: ensure that the repository path given on the command line existsSZEDER Gábor2017-02-031-0/+8
* completion tests: add tests for the __git_refs() helper functionSZEDER Gábor2017-02-031-1/+264
* completion tests: check __gitdir()'s output in the error casesSZEDER Gábor2017-02-031-3/+5
* completion tests: consolidate getting path of current working directorySZEDER Gábor2017-02-031-23/+21
* completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor2017-02-031-2/+2
* completion tests: don't add test cruft to the test repositorySZEDER Gábor2017-02-031-3/+3
* t: use nongit() function where applicableJeff King2016-12-161-6/+1
* completion: simplify query for config variablessg/completion-configSZEDER Gábor2015-05-121-0/+12
* completion: add a helper function to get config variablesSZEDER Gábor2015-05-121-0/+22
* t: fix severe &&-chain breakageJeff King2015-03-201-1/+1
* completion: add a test for __git_remotes() helper functionSZEDER Gábor2015-03-061-0/+19
* t9902: mingw-specific fix for gitfile link filesPat Thoyts2014-07-211-4/+13
* completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasessp/complete-ext-aliasSteffen Prohaska2014-06-131-0/+27
* t9902-completion.sh: old Bash still does not support array+=('') notationBrandon Casey2013-08-211-1/+1
* Merge branch 'tr/test-lint-no-export-assignment-in-shell'Junio C Hamano2013-07-121-1/+1
|\
| * t9902: fix 'test A == B' to use = operatorThomas Rast2013-07-081-1/+1
* | Merge branch 'jk/bash-completion'Junio C Hamano2013-07-111-0/+1
|\ \
| * | completion: learn about --man-pathJohn Keeping2013-06-301-0/+1
* | | completion, bash prompt: move __gitdir() tests to completion test suiteSZEDER Gábor2013-06-241-0/+134
|/ /
* | completion: document tilde expansion failure in testsFelipe Contreras2013-04-271-0/+9
* | completion: add file completion testsFelipe Contreras2013-04-271-0/+68
|/
* completion: get rid of compgenFelipe Contreras2013-04-141-3/+3
* completion: add __gitcomp_nl testsFelipe Contreras2013-04-141-0/+60
* completion: trivial test improvementFelipe Contreras2013-04-121-1/+2
* t9902: protect test from stray build artifactsJunio C Hamano2013-01-241-1/+24
* Merge branch 'fc/completion-test-simplification'Junio C Hamano2012-11-291-82/+52
|\
| * completion: simplify __gitcomp() test helperFelipe Contreras2012-11-161-10/+5
| * completion: refactor __gitcomp related testsFelipe Contreras2012-11-161-50/+28
| * completion: consolidate test_completion*() testsFelipe Contreras2012-11-161-17/+14
| * completion: simplify tests using test_completion_long()Felipe Contreras2012-11-161-6/+3
| * completion: standardize final space marker in testsFelipe Contreras2012-11-161-14/+13
| * completion: add comment for test_completion()Felipe Contreras2012-11-161-1/+5
* | completion: add format-patch options to send-emailFelipe Contreras2012-10-161-0/+5
|/
* t9902: add completion tests for "odd" filenamesJeff King2012-09-271-0/+19
* t9902: add a few basic completion testsJeff King2012-09-271-0/+41