Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-06stash show: teach --include-untracked and --only-untrackedDenton Liu
2021-02-13Merge branch 'jk/complete-branch-force-delete'Junio C Hamano
2021-02-04completion: handle other variants of "branch -m"Jeff King
2021-02-03completion: treat "branch -D" the same way as "branch -d"Jeff King
2021-01-05completion: add proper public __git_completeFelipe Contreras
2021-01-05completion: bash: improve function detectionFelipe Contreras
2021-01-05completion: bash: add __git_have_func helperFelipe Contreras
2020-12-09Merge branch 'fc/zsh-completion'Junio C Hamano
2020-12-08completion: bash: fix gitk alias regressionFelipe Contreras
2020-11-17completion: bash: improve alias loop detectionFelipe Contreras
2020-11-10completion: bash: check for alias loopFelipe Contreras
2020-11-10completion: bash: support recursive aliasesFelipe Contreras
2020-11-10Merge branch 'fc/zsh-completion'Junio C Hamano
2020-11-03Merge branch 'dl/diff-merge-base'Junio C Hamano
2020-10-29completion: bash: remove old compat wrappersFelipe Contreras
2020-10-29completion: bash: cleanup cygwin checkFelipe Contreras
2020-10-29completion: bash: trivial cleanupFelipe Contreras
2020-10-29completion: bash: remove zsh wrapperFelipe Contreras
2020-10-29completion: bash: synchronize zsh wrapperFelipe Contreras
2020-10-28Merge branch 'dl/checkout-guess'Junio C Hamano
2020-10-27completion: zsh: fix __gitcomp_direct()Felipe Contreras
2020-10-08checkout: learn to respect checkout.guessDenton Liu
2020-10-07git-completion.bash: stash-show: complete $__git_diff_common_optionsRobert Karszniewicz
2020-10-07git-completion.bash: __git_diff_common_options: add --[no-]patchRobert Karszniewicz
2020-09-27completion: complete refs after 'git restore -s'Ákos Uzonyi
2020-09-27completion: use "prev" variable instead of introducing "prevword"Ákos Uzonyi
2020-09-22contrib/completion: complete `git diff --merge-base`Denton Liu
2020-09-18contrib/completion: complete options that take refs for format-patchDenton Liu
2020-09-17contrib/completion: extract common diff/difftool optionsDenton Liu
2020-08-20completion: add GIT_COMPLETION_SHOW_ALL env varRyan Zoeller
2020-08-18Merge branch 'pd/mergetool-nvimdiff'Junio C Hamano
2020-07-30mergetools: add support for nvimdiff (neovim) familypudinha
2020-07-15completion: add show --color-moved[-ws]Michal Privoznik
2020-07-02completion: nounset mode fixesVille Skyttä
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano
2020-06-09Merge branch 'vs/complete-stash-show-p-fix'Junio C Hamano
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller
2020-05-28completion: improve handling of --detach in checkoutJacob Keller
2020-05-28completion: improve completion for git switch with no optionsJacob Keller
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller
2020-05-28completion: perform DWIM logic directly in __git_complete_refsJacob Keller
2020-05-28completion: extract function __git_dwim_remote_headsJacob Keller
2020-05-28completion: replace overloaded track term for __git_complete_refsJacob Keller
2020-05-28completion: use native ZSH array pattern matchingMarco Trevisan (Treviño)
2020-05-21completion: don't override given stash subcommand with -pVille Skyttä
2020-05-15Merge branch 'ds/bloom-cleanup'Junio C Hamano
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor
2020-04-30Merge branch 'en/fill-directory-exponential'Junio C Hamano