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
2020-07-22Merge branch 'en/sparse-status' into masterJunio C Hamano
2020-07-21git-prompt: change == to = for zsh's sakeDavid J. Malan
2020-07-10Merge branch 'vs/completion-with-set-u' into masterJunio C Hamano
2020-07-07Merge branch 'en/sparse-status'Junio C Hamano
2020-07-02completion: nounset mode fixesVille Skyttä
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano
2020-06-22git-prompt: include sparsity state as wellElijah Newren
2020-06-22git-prompt: document how in-progress operations affect the promptElijah Newren
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
2020-04-17complete: zsh: add missing sub cmd completion candidatesTerry Moschou
2020-04-01completion: fix 'git add' on paths under an untracked directoryElijah Newren
2020-03-09Merge branch 'kk/complete-diff-color-moved'Junio C Hamano
2020-03-09Merge branch 'pb/am-show-current-patch'Junio C Hamano
2020-03-03Merge branch 'en/rebase-backend'Junio C Hamano
2020-02-24completion: add diff --color-moved[-ws]Kir Kolyshkin
2020-02-21am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini
2020-02-21am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini
2020-02-17git-prompt: change the prompt for interactive-based rebasesElijah Newren
2020-02-06Merge branch 'mt/sparse-checkout-doc-update'Junio C Hamano
2020-01-31Merge branch 'sg/completion-worktree'Junio C Hamano
2020-01-24completion: add support for sparse-checkoutMatheus Tavares
2020-01-16completion: list paths and refs for 'git worktree add'SZEDER Gábor
2020-01-16completion: list existing working trees for 'git worktree' subcommandsSZEDER Gábor
2020-01-16completion: simplify completing 'git worktree' subcommands and optionsSZEDER Gábor
2020-01-16completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor
2020-01-16completion: clean up the __git_find_on_cmdline() helper functionSZEDER Gábor
2019-12-11Merge branch 'dl/pretty-reference'Junio C Hamano
2019-12-11Merge branch 'dl/submodule-set-url'Junio C Hamano
2019-12-01Merge branch 'js/complete-svn-recursive'Junio C Hamano
2019-12-01Merge branch 'dl/complete-rebase-onto'Junio C Hamano
2019-11-20pretty: implement 'reference' formatDenton Liu
2019-11-20completion: complete `tformat:` pretty formatDenton Liu
2019-11-13completion: tab-complete "git svn --recursive"James Shubin
2019-11-12completion: learn to complete `git rebase --onto=`Denton Liu
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-30submodule: teach set-url subcommandDenton Liu