summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason
2019-03-21completion: fix multiple command removalsJeff King
2019-03-21t9902: test multiple removals via completion.commandsTodd Zullinger
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano
2019-01-18Merge branch 'cy/zsh-completion-SP-in-path'Junio C Hamano
2019-01-08checkout: introduce --{,no-}overlay optionThomas Gummerer
2019-01-04Merge branch 'nd/checkout-dwim-fix'Junio C Hamano
2019-01-03completion: treat results of git ls-tree as file pathsChayoung You
2018-12-14t9902: 'send-email' test case requires PERLJohannes Schindelin
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor
2018-11-14checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason
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