aboutsummaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2026-03-23format-patch: rename --cover-letter-format optionMirko Faina
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano
2026-03-06format-patch: add ability to use alt cover formatMirko Faina
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu
2025-09-10t9902: switch default branch name to mainPhillip Wood
2025-07-29add-patch: add diff.context command line overridesLeon Michalak
2025-03-23completion: fix bugs with slashes in remote namesDavid Mandelberg
2025-03-23completion: add helper to count path componentsDavid Mandelberg
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt
2024-05-28Merge branch 'ps/complete-config-w-subcommands'Junio C Hamano
2024-05-17t/t9902-completion.sh: backslashes in echoMarcel Telka
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano
2024-04-25completion: add 'symbolic-ref'Roland Hieber
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-17Merge branch 'ab/complete-show-all-commands'Junio C Hamano