summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2021-09-03Merge branch 'fc/completion-updates'Junio C Hamano
2021-08-18completion: bash: fix for suboptions with valueFelipe Contreras
2021-07-16parse-options: don't complete option aliases by defaultPhilippe Blain
2021-05-07Merge branch 'dl/complete-stash-updates'Junio C Hamano
2021-04-27git-completion.bash: use $__git_cmd_idx in more placesDenton Liu
2021-04-17diff-merges: introduce log.diffMerges config variableSergey Organov
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-21tests: remove uses of GIT_TEST_GETTEXT_POISON=falseÆvar Arnfjörð Bjarmason
2021-01-04completion: add proper public __git_completeFelipe Contreras
2021-01-04test: completion: add tests for __git_completeFelipe Contreras
2020-12-17t9902: use `main` as initial branch nameJohannes Schindelin
2020-12-01test: completion: fix typosFelipe Contreras
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-10completion: bash: support recursive aliasesFelipe Contreras
2020-11-09Merge branch 'fc/zsh-completion'Junio C Hamano
2020-11-02Merge branch 'js/default-branch-name-part-4-minus-1'Junio C Hamano
2020-10-28zsh: update copyright noticesFelipe Contreras
2020-10-23t9902: prepare a test for the upcoming default branch nameJohannes Schindelin
2020-10-08checkout: learn to respect checkout.guessDenton Liu
2020-09-27t9902: avoid using the branch name `master`Johannes Schindelin
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