summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wc/make-funnynames-shared-lazy-prereq'Junio C Hamano2018-08-201-3/+3
|\
| * t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin2018-08-061-3/+3
* | t9000-t9999: fix broken &&-chainsEric Sunshine2018-07-161-2/+2
* | Merge branch 'nd/completion-negation'Junio C Hamano2018-06-281-2/+39
|\ \ | |/ |/|
| * completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy2018-06-111-11/+38
| * completion: suppress some -no- optionsNguyễn Thái Ngọc Duy2018-05-291-2/+0
| * parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy2018-05-291-2/+14
* | Merge branch 'cc/tests-without-assuming-ref-files-backend'Junio C Hamano2018-06-011-1/+1
|\ \
| * | t990X: use '.git/objects' as 'deep inside .git' pathChristian Couder2018-05-301-1/+1
* | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-20/+3
|\ \ \
| * | | completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-211-18/+0
| * | | completion: let git provide the completable command listNguyễn Thái Ngọc Duy2018-05-211-2/+3
| | |/ | |/|
* | | t9902-completion: exercise __git_complete_index_file() directlySZEDER Gábor2018-05-211-107/+118
* | | completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor2018-04-171-2/+15
* | | t9902-completion: ignore COMPREPLY element order in some testsSZEDER Gábor2018-04-171-2/+4
* | | completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor2018-04-171-0/+1
* | | completion: improve handling quoted paths on the command lineSZEDER Gábor2018-04-171-2/+44
* | | completion: support completing non-ASCII pathnamesSZEDER Gábor2018-04-171-1/+1
* | | t9902-completion: add tests demonstrating issues with quoted pathnamesSZEDER Gábor2018-04-171-0/+91
|/ /
* | completion: add --option completion for most builtin commandsNguyễn Thái Ngọc Duy2018-03-251-0/+6
|/
* t9902: disable test on the list of merge-strategies under GETTEXT_POISONnd/parseopt-completionJunio C Hamano2018-03-231-1/+1
* completion: clear cached --options when sourcing the completion scriptSZEDER Gábor2018-03-221-0/+31
* completion: use __gitcomp_builtin in _git_checkoutNguyễn Thái Ngọc Duy2018-02-091-5/+7
* completion: add remaining flags to checkouttb/complete-checkoutThomas Braun2017-10-251-0/+4
* 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