summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano
2019-12-04checkout, restore: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano
2019-11-10Fix spelling errors in names of testsElijah Newren
2019-11-10Fix spelling errors in comments of testcasesElijah Newren
2019-10-16format-patch: teach --cover-from-description optionDenton Liu
2019-09-30Merge branch 'en/filter-branch-deprecation'Junio C Hamano
2019-09-05t9902: use a non-deprecated command for testingElijah Newren
2019-08-13completion: complete config variables and values for 'git clone --config='SZEDER Gábor
2019-08-13completion: complete values of configuration variables after 'git -c var='SZEDER Gábor
2019-08-13completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor
2019-08-13completion: deduplicate configuration sectionsSZEDER Gábor
2019-08-13completion: add tests for 'git config' completionSZEDER Gábor
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