summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2017-03-23completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMeryLibravatar SZEDER Gábor1-1/+2
2017-03-23completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMeryLibravatar SZEDER Gábor1-9/+3
2017-03-23completion: let 'for-each-ref' strip the remote name from remote branchesLibravatar SZEDER Gábor1-4/+3
2017-03-23completion: let 'for-each-ref' and 'ls-remote' filter matching refsLibravatar SZEDER Gábor1-11/+30
2017-03-23completion: don't disambiguate short refsLibravatar SZEDER Gábor1-3/+3
2017-03-23completion: don't disambiguate tags and branchesLibravatar SZEDER Gábor1-2/+2
2017-03-23completion: support excluding full refsLibravatar SZEDER Gábor1-4/+4
2017-03-23completion: support completing fully qualified non-fast-forward refspecsLibravatar SZEDER Gábor1-1/+20
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'Libravatar SZEDER Gábor1-7/+14
2017-03-23completion: wrap __git_refs() for better option parsingLibravatar SZEDER Gábor1-35/+67
2017-02-13completion: remove redundant __gitcomp_nl() options from _git_commit()Libravatar SZEDER Gábor1-1/+1
2017-02-13completion: restore removed line continuating backslashLibravatar SZEDER Gábor1-1/+1
2017-02-03completion: cache the path to the repositoryLibravatar SZEDER Gábor1-17/+29
2017-02-03completion: extract repository discovery from __gitdir()Libravatar SZEDER Gábor1-16/+26
2017-02-03completion: don't guard git executions with __gitdir()Libravatar SZEDER Gábor1-21/+11
2017-02-03completion: consolidate silencing errors from git commandsLibravatar SZEDER Gábor1-16/+12
2017-02-03completion: don't use __gitdir() for git commandsLibravatar SZEDER Gábor1-29/+31
2017-02-03completion: respect 'git -C <path>'Libravatar SZEDER Gábor1-5/+14
2017-02-03completion: fix completion after 'git -C <path>'Libravatar SZEDER Gábor1-4/+4
2017-02-03completion: don't offer commands when 'git --opt' needs an argumentLibravatar SZEDER Gábor1-0/+11
2017-02-03completion: list short refs from a remote given as a URLLibravatar SZEDER Gábor1-3/+16
2017-02-03completion: don't list 'HEAD' when trying refs completion outside of a repoLibravatar SZEDER Gábor1-2/+6
2017-02-03completion: list refs from remote when remote's name matches a directoryLibravatar SZEDER Gábor1-2/+18
2017-02-03completion: respect 'git --git-dir=<path>' when listing remote refsLibravatar SZEDER Gábor1-5/+17
2017-02-03completion: fix most spots not respecting 'git --git-dir=<path>'Libravatar SZEDER Gábor1-5/+7
2017-02-03completion: ensure that the repository path given on the command line existsLibravatar SZEDER Gábor1-0/+1
2017-02-03completion: improve __git_refs()'s in-code documentationLibravatar SZEDER Gábor1-3/+5
2017-01-30Completion: Add support for --submodule=diffLibravatar Peter Law1-1/+1
2016-12-27Merge branch 'cp/merge-continue'Libravatar Junio C Hamano1-1/+1
2016-12-19Merge branch 'nd/rebase-forget'Libravatar Junio C Hamano1-2/+2
2016-12-14completion: add --continue option for mergeLibravatar Chris Packham1-1/+1
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2016-10-10Merge branch 'cp/completion-negative-refs'Libravatar Junio C Hamano1-3/+4
2016-08-24completion: support excluding refsLibravatar Chris Packham1-3/+4
2016-08-12Merge branch 'vs/completion-branch-fully-spelled-d-m-r'Libravatar Junio C Hamano1-3/+3
2016-08-10Merge branch 'jk/completion-diff-submodule'Libravatar Junio C Hamano1-0/+19
2016-08-10Merge branch 'jt/format-patch-from-config'Libravatar Junio C Hamano1-0/+1
2016-08-10Merge branch 'cp/completion-clone-recurse-submodules' into maintLibravatar Junio C Hamano1-0/+1
2016-08-09completion: add completion for --submodule=* diff optionLibravatar Jacob Keller1-0/+19
2016-08-09completion: complete --delete, --move, and --remotes for git branchLibravatar Ville Skyttä1-3/+3
2016-08-08Merge branch 'cp/completion-clone-recurse-submodules'Libravatar Junio C Hamano1-0/+1
2016-08-01format-patch: format.from gives the default for --fromLibravatar Josh Triplett1-0/+1
2016-07-28Merge branch 'nd/worktree-lock'Libravatar Junio C Hamano1-1/+4
2016-07-27completion: add option '--recurse-submodules' to 'git clone'Libravatar Chris Packham1-0/+1
2016-07-08worktree: add "unlock" commandLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-07-08worktree: add "lock" commandLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Libravatar Junio C Hamano1-0/+23
2016-06-27Merge branch 'tb/complete-status'Libravatar Junio C Hamano1-1/+97
2016-06-10completion: add git statusLibravatar Thomas Braun1-0/+50
2016-06-10completion: add __git_get_option_value helperLibravatar Thomas Braun1-0/+44