summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2020-07-07Merge branch 'js/pu-to-seen'Junio C Hamano
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano
2020-06-25tests: reference `seen` wherever `pu` was referencedJohannes Schindelin
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller
2020-05-28completion: improve handling of --detach in checkoutJacob Keller
2020-05-28completion: improve completion for git switch with no optionsJacob Keller
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller
2020-05-28completion: add tests showing subpar switch/checkout --orphan logicJacob Keller
2020-05-28completion: add tests showing subpar -c/C argument completionJacob Keller
2020-05-28completion: add tests showing subpar -c/-C startpoint completionJacob Keller
2020-05-28completion: add tests showing subpar switch/checkout --track logicJacob Keller
2020-05-28completion: add tests showing subar checkout --detach logicJacob Keller
2020-05-28completion: add tests showing subpar DWIM logic for switch/checkoutJacob Keller
2020-05-28completion: add test showing subpar git switch completionJacob Keller
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano
2020-04-01completion: fix 'git add' on paths under an untracked directoryElijah Newren
2020-01-30Merge branch 'sg/completion-worktree'Junio C Hamano
2020-01-15completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor
2020-01-15t9902-completion: add tests for the __git_find_on_cmdline() helperSZEDER Gábor
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