summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2018-08-20Merge branch 'wc/make-funnynames-shared-lazy-prereq'Junio C Hamano
2018-08-06t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin
2018-07-16t9000-t9999: fix broken &&-chainsEric Sunshine
2018-06-28Merge branch 'nd/completion-negation'Junio C Hamano
2018-06-11completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy
2018-06-01Merge branch 'cc/tests-without-assuming-ref-files-backend'Junio C Hamano
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-30t990X: use '.git/objects' as 'deep inside .git' pathChristian Couder
2018-05-29completion: suppress some -no- optionsNguyễn Thái Ngọc Duy
2018-05-29parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy
2018-05-21completion: let git provide the completable command listNguyễn Thái Ngọc Duy
2018-05-21t9902-completion: exercise __git_complete_index_file() directlySZEDER Gábor
2018-04-17completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor
2018-04-17t9902-completion: ignore COMPREPLY element order in some testsSZEDER Gábor
2018-04-17completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor
2018-04-17completion: improve handling quoted paths on the command lineSZEDER Gábor
2018-04-17completion: support completing non-ASCII pathnamesSZEDER Gábor
2018-04-17t9902-completion: add tests demonstrating issues with quoted pathnamesSZEDER Gábor
2018-03-25completion: add --option completion for most builtin commandsNguyễn Thái Ngọc Duy
2018-03-23t9902: disable test on the list of merge-strategies under GETTEXT_POISONJunio C Hamano
2018-03-22completion: clear cached --options when sourcing the completion scriptSZEDER Gábor
2018-02-09completion: use __gitcomp_builtin in _git_checkoutNguyễn Thái Ngọc Duy
2017-10-25completion: add remaining flags to checkoutThomas Braun
2017-04-24completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason
2017-03-23completion: fill COMPREPLY directly when completing refsSZEDER Gábor
2017-03-23completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor
2017-03-23completion: support excluding full refsSZEDER Gábor
2017-03-23completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor
2017-03-23completion: wrap __git_refs() for better option parsingSZEDER Gábor
2017-02-04completion: cache the path to the repositorySZEDER Gábor
2017-02-04completion: extract repository discovery from __gitdir()SZEDER Gábor
2017-02-04completion: respect 'git -C <path>'SZEDER Gábor
2017-02-04completion: fix completion after 'git -C <path>'SZEDER Gábor
2017-02-04completion: list short refs from a remote given as a URLSZEDER Gábor
2017-02-04completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor
2017-02-04completion: list refs from remote when remote's name matches a directorySZEDER Gábor
2017-02-04completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor
2017-02-04completion: ensure that the repository path given on the command line existsSZEDER Gábor
2017-02-04completion tests: add tests for the __git_refs() helper functionSZEDER Gábor
2017-02-04completion tests: check __gitdir()'s output in the error casesSZEDER Gábor
2017-02-04completion tests: consolidate getting path of current working directorySZEDER Gábor
2017-02-04completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor
2017-02-04completion tests: don't add test cruft to the test repositorySZEDER Gábor
2016-12-16t: use nongit() function where applicableJeff King
2015-05-12completion: simplify query for config variablesSZEDER Gábor
2015-05-12completion: add a helper function to get config variablesSZEDER Gábor
2015-03-20t: fix severe &&-chain breakageJeff King
2015-03-06completion: add a test for __git_remotes() helper functionSZEDER Gábor