summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2017-02-03completion: teach replace to complete optionsLibravatar Cornelius Weig1-0/+6
2017-02-03completion: teach ls-remote to complete optionsLibravatar Cornelius Weig1-0/+6
2017-02-03completion: improve bash completion for git-addLibravatar Cornelius Weig1-3/+7
2017-02-03completion: add subcommand completion for rerereLibravatar Cornelius Weig1-0/+11
2017-02-03completion: teach submodule subcommands to complete optionsLibravatar Cornelius Weig1-2/+30
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-02-01completion: add completion for --recurse-submodules=onlyLibravatar Cornelius Weig1-1/+1
2017-01-30Completion: Add support for --submodule=diffLibravatar Peter Law1-1/+1
2017-01-23describe: teach describe negative pattern matchesLibravatar Jacob Keller1-0/+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
2016-06-10completion: factor out untracked file modes into a variableLibravatar Thomas Braun1-1/+3
2016-05-24completion: support git-worktreeLibravatar Nguyễn Thái Ngọc Duy1-0/+23
2016-04-13Merge branch 'mg/complete-cherry-mark-to-log'Libravatar Junio C Hamano1-0/+1
2016-04-13Merge branch 'rt/completion-help'Libravatar Junio C Hamano1-3/+3
2016-04-05completion: complete --cherry-mark for git logLibravatar Michael J Gruber1-0/+1