summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano
2024-03-03completion: reflog show <log-options>Rubén Justo
2024-03-03completion: reflog with implicit "show"Rubén Justo
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin
2024-02-06completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin
2024-02-06completion: bisect: complete custom terms and related optionsBritton Leo Kerin
2024-02-06completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin
2024-02-06completion: tests: always use 'master' for default initial branch nameBritton Leo Kerin
2024-01-16completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt
2024-01-16completion: silence pseudoref existence checkPatrick Steinhardt
2024-01-16t9902: verify that completion does not print anythingPatrick Steinhardt
2023-12-03completion: avoid user confusion in non-cone modeElijah Newren
2023-09-20completion: loosen and document the requirement around completing aliasJunio C Hamano
2023-09-18Merge branch 'js/complete-checkout-t'Junio C Hamano
2023-09-08completion(switch/checkout): treat --track and -t the sameJohannes Schindelin
2023-05-08t: drop "verbose" helper functionJeff King
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters
2022-11-30completion: add optional ignore-case when matching refsAlison Winters
2022-07-27Merge branch 'mb/config-document-include'Junio C Hamano
2022-07-17config.txt: document include, includeIfManuel Boni
2022-04-08Merge branch 'ld/sparse-index-bash-completion'Junio C Hamano
2022-04-08t9902: split test to run on appropriate systemsAdam Dinwoodie
2022-02-18Merge branch 'ab/complete-show-all-commands'Junio C Hamano
2022-02-08completion: handle unusual characters for sparse-checkoutLessley Dennington
2022-02-08completion: improve sparse-checkout cone mode directory completionLessley Dennington
2022-02-08completion: address sparse-checkout issuesLessley Dennington
2022-02-02completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDSÆvar Arnfjörð Bjarmason
2022-02-02completion tests: re-source git-completion.bash in a subshellÆvar Arnfjörð Bjarmason
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-10-28send-email: programmatically generate bash completionsThiago Perrotta
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