summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2024-01-22completion: complete --patch-with-rawPhilippe Blain1-1/+1
2024-01-22completion: complete missing rev-list optionsPhilippe Blain1-0/+10
2024-01-16completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt1-1/+1
2024-01-16completion: silence pseudoref existence checkPatrick Steinhardt1-1/+1
2024-01-16completion: improve existence check for pseudo-refsPatrick Steinhardt1-3/+3
2024-01-16completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt1-3/+2
2024-01-02Merge branch 'sh/completion-with-reftable'Junio C Hamano1-5/+38
2023-12-19completion: support pseudoref existence checks for reftablesStan Hu1-0/+23
2023-12-19completion: refactor existence checks for pseudorefsStan Hu1-5/+15
2023-12-03completion: avoid user confusion in non-cone modeElijah Newren1-0/+89
2023-12-03completion: avoid misleading completions in cone modeElijah Newren1-0/+20
2023-12-03completion: fix logic for determining whether cone mode is activeElijah Newren1-2/+10
2023-12-03completion: squelch stray errors in sparse-checkout completionElijah Newren1-1/+1
2023-10-09completion: complete '--dd'Sergey Organov1-1/+1
2023-09-20completion: loosen and document the requirement around completing aliasJunio C Hamano1-2/+3
2023-09-20Merge branch 'pb/completion-aliases-doc'Junio C Hamano1-0/+1
2023-09-20Merge branch 'pb/complete-commit-trailers'Junio C Hamano1-0/+9
2023-09-18Merge branch 'js/complete-checkout-t'Junio C Hamano1-2/+2
2023-09-12completion: improve doc for complex aliasesPhilippe Blain1-0/+1
2023-09-12completion: commit: complete trailers tokens more robustlyPhilippe Blain1-1/+1
2023-09-08completion(switch/checkout): treat --track and -t the sameJohannes Schindelin1-2/+2
2023-09-07completion: commit: complete configured trailer tokensPhilippe Blain1-0/+9
2023-07-06Merge branch 'pb/complete-diff-options'Junio C Hamano1-9/+48
2023-06-26completion: complete --remerge-diffPhilippe Blain1-1/+1
2023-06-26completion: complete --diff-merges, its options and --no-diff-mergesPhilippe Blain1-0/+16
2023-06-26completion: move --pickaxe-{all,regex} to __git_diff_common_optionsPhilippe Blain1-2/+3
2023-06-26completion: complete --ws-error-highlightPhilippe Blain1-0/+14
2023-06-26completion: complete --unifiedPhilippe Blain1-1/+1
2023-06-26completion: complete --output-indicator-{context,new,old}Philippe Blain1-1/+2
2023-06-26completion: complete --outputPhilippe Blain1-0/+1
2023-06-26completion: complete --no-statPhilippe Blain1-1/+1
2023-06-26completion: complete --no-relativePhilippe Blain1-1/+2
2023-06-26completion: complete --line-prefixPhilippe Blain1-1/+1
2023-06-26completion: complete --ita-invisible-in-index and --ita-visible-in-indexPhilippe Blain1-0/+1
2023-06-26completion: complete --irreversible-deletePhilippe Blain1-0/+1
2023-06-26completion: complete --ignore-matching-linesPhilippe Blain1-1/+1
2023-06-26completion: complete --function-contextPhilippe Blain1-1/+1
2023-06-26completion: complete --find-renamesPhilippe Blain1-1/+1
2023-06-26completion: complete --find-objectPhilippe Blain1-1/+1
2023-06-26completion: complete --find-copiesPhilippe Blain1-0/+1
2023-06-26completion: complete --default-prefixPhilippe Blain1-1/+1
2023-06-26completion: complete --compact-summaryPhilippe Blain1-1/+1
2023-06-26completion: complete --combined-all-pathsPhilippe Blain1-1/+1
2023-06-26completion: complete --ccPhilippe Blain1-1/+1
2023-06-26completion: complete --break-rewritesPhilippe Blain1-1/+1
2023-06-26completion: add comments describing __git_diff_* globalsPhilippe Blain1-0/+2
2023-05-23completion: complete AUTO_MERGEPhilippe Blain1-1/+1
2023-05-23completion: complete REVERT_HEAD and BISECT_HEADPhilippe Blain1-1/+1
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters1-3/+11
2022-11-30completion: add optional ignore-case when matching refsAlison Winters1-0/+12