aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2023-06-26completion: complete --combined-all-pathsPhilippe Blain
2023-06-26completion: complete --ccPhilippe Blain
2023-06-26completion: complete --break-rewritesPhilippe Blain
2023-06-26completion: add comments describing __git_diff_* globalsPhilippe Blain
2023-05-23completion: complete AUTO_MERGEPhilippe Blain
2023-05-23completion: complete REVERT_HEAD and BISECT_HEADPhilippe Blain
2023-05-02Merge branch 'ek/completion-use-read-r-to-read-literally'Junio C Hamano
2023-04-20completion: suppress unwanted unescaping of `read`Edwin Kofler
2023-03-16completion: prompt: use generic colorsFelipe Contreras
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters
2022-11-30completion: add optional ignore-case when matching refsAlison Winters
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly
2022-06-10git-prompt: fix expansion of branch colour codesJoakim Petersen
2022-06-07git-prompt: make colourization consistentJoakim Petersen
2022-03-30Merge branch 'jd/prompt-upstream-mark'Junio C Hamano
2022-03-23git-prompt: put upstream comments togetherJustin Donnelly
2022-03-23git-prompt: make long upstream state indicator consistentJustin Donnelly
2022-03-23git-prompt: make upstream state indicator location consistentJustin Donnelly
2022-03-23git-prompt: rename `upstream` to `upstream_type`Justin Donnelly
2022-03-15completion: tab completion of filenames for 'git restore'David Cantrell
2022-02-17Merge 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
2021-12-15Merge branch 'en/zdiff3'Junio C Hamano
2021-12-10Merge branch 'yn/complete-date-format-options'Junio C Hamano
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood
2021-11-29Merge branch 'tp/send-email-completion'Junio C Hamano
2021-11-25completion: add human and auto: date formatYoichi Nakayama
2021-10-29Merge branch 're/completion-fix-test-equality'Junio C Hamano
2021-10-28completion: fix incorrect bash/zsh string equality checkRobert Estelle
2021-10-28send-email: programmatically generate bash completionsThiago Perrotta
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-10-12Merge branch 'ti/tcsh-completion-regression-fix' into maintJunio C Hamano
2021-10-12Merge branch 'fc/completion-updates' into maintJunio C Hamano
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason
2021-09-07pull: remove support for `--rebase=preserve`Johannes Schindelin
2021-09-03Merge branch 'ti/tcsh-completion-regression-fix'Junio C Hamano
2021-09-03Merge branch 'fc/completion-updates'Junio C Hamano
2021-08-18completion: tcsh: Fix regression by drop of wrapper functionsTakashi Iwai
2021-08-18completion: bash: add correct suffix in variablesFelipe Contreras
2021-08-18completion: bash: fix for multiple dash commandsFelipe Contreras
2021-08-18completion: bash: fix for suboptions with valueFelipe Contreras
2021-08-18completion: bash: fix prefix detection in branch.*Felipe Contreras
2021-07-08Merge branch 'fw/complete-cmd-idx-fix'Junio C Hamano
2021-07-08Merge branch 'tb/complete-diff-anchored'Junio C Hamano
2021-06-19completion: bash: fix late declaration of __git_cmd_idxFabian Wermelinger
2021-06-02contrib/completion: fix zsh completion regression from 59d85a2a05David Aguilar
2021-05-31completion: add --anchored to diff's optionsThomas Braun