summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge branch 'vm/complete-history'Junio C Hamano1-0/+50
2026-08-25Merge branch 'jc/complete-checkout'Junio C Hamano1-0/+56
2026-08-25Merge branch 'jc/complete-diff-tracked-paths'Junio C Hamano1-0/+58
2026-08-13completion: complete 'git history split' pathspecsVincent Mailhol1-0/+13
2026-08-13completion: complete 'git history --update-refs' valuesVincent Mailhol1-1/+4
2026-08-13completion: complete 'git history --empty' valuesVincent Mailhol1-1/+5
2026-08-13completion: add 'git history' subcommandsVincent Mailhol1-0/+30
2026-08-13completion: 'git checkout' completes untracked paths as a last resortJunio C Hamano1-2/+19
2026-08-13completion: complete tracked paths for "git checkout"Junio C Hamano1-0/+39
2026-08-12completion: 'git diff' completes untracked paths as a last resortJunio C Hamano1-1/+19
2026-08-12completion: complete tracked paths for 'git diff'Junio C Hamano1-0/+40
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-13/+13
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-13/+13
2026-06-05docs: fix typosTuomas Ahola1-1/+1
2026-04-22t9902: fix use of `read` with `set -e`Patrick Steinhardt1-4/+2
2026-03-23format-patch: rename --cover-letter-format optionMirko Faina1-1/+0
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano1-0/+1
2026-03-06format-patch: add ability to use alt cover formatMirko Faina1-0/+1
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano1-0/+1
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle1-0/+1
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu1-0/+1
2025-09-10t9902: switch default branch name to mainPhillip Wood1-3/+3
2025-07-29add-patch: add diff.context command line overridesLeon Michalak1-0/+2
2025-03-23completion: fix bugs with slashes in remote namesDavid Mandelberg1-22/+158
2025-03-23completion: add helper to count path componentsDavid Mandelberg1-0/+26
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-0/+65
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy1-0/+65
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt1-0/+1
2024-05-28Merge branch 'ps/complete-config-w-subcommands'Junio C Hamano1-14/+42
2024-05-17t/t9902-completion.sh: backslashes in echoMarcel Telka1-1/+1
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt1-14/+42
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano1-0/+23
2024-04-25completion: add 'symbolic-ref'Roland Hieber1-0/+23
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano1-0/+23
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano1-0/+14
2024-03-03completion: reflog show <log-options>Rubén Justo1-1/+4
2024-03-03completion: reflog with implicit "show"Rubén Justo1-0/+11
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo1-0/+23
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano1-0/+29
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano1-0/+141
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain1-1/+1
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain1-1/+1
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain1-0/+29
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin1-0/+24
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin1-0/+15
2024-02-06completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin1-0/+11
2024-02-06completion: bisect: complete custom terms and related optionsBritton Leo Kerin1-0/+15
2024-02-06completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin1-0/+71
2024-02-06completion: tests: always use 'master' for default initial branch nameBritton Leo Kerin1-0/+5