summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
2017-02-13completion: restore removed line continuating backslashSZEDER Gábor
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Junio C Hamano
2017-02-10Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-02-06completion: fix git svn authorship switchesEric Wong
2017-02-03completion: recognize more long-optionsCornelius Weig
2017-02-03completion: teach remote subcommands to complete optionsCornelius Weig
2017-02-03completion: teach replace to complete optionsCornelius Weig
2017-02-03completion: teach ls-remote to complete optionsCornelius Weig
2017-02-03completion: improve bash completion for git-addCornelius Weig
2017-02-03completion: add subcommand completion for rerereCornelius Weig
2017-02-03completion: teach submodule subcommands to complete optionsCornelius Weig
2017-02-03completion: cache the path to the repositorySZEDER Gábor
2017-02-03completion: extract repository discovery from __gitdir()SZEDER Gábor
2017-02-03completion: don't guard git executions with __gitdir()SZEDER Gábor
2017-02-03completion: consolidate silencing errors from git commandsSZEDER Gábor
2017-02-03completion: don't use __gitdir() for git commandsSZEDER Gábor
2017-02-03completion: respect 'git -C <path>'SZEDER Gábor
2017-02-03completion: fix completion after 'git -C <path>'SZEDER Gábor
2017-02-03completion: don't offer commands when 'git --opt' needs an argumentSZEDER Gábor
2017-02-03completion: list short refs from a remote given as a URLSZEDER Gábor
2017-02-03completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor
2017-02-03completion: list refs from remote when remote's name matches a directorySZEDER Gábor
2017-02-03completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor
2017-02-03completion: fix most spots not respecting 'git --git-dir=<path>'SZEDER Gábor
2017-02-03completion: ensure that the repository path given on the command line existsSZEDER Gábor
2017-02-03completion: improve __git_refs()'s in-code documentationSZEDER Gábor
2017-02-01completion: add completion for --recurse-submodules=onlyCornelius Weig
2017-01-30Completion: Add support for --submodule=diffPeter Law
2017-01-23describe: teach describe negative pattern matchesJacob Keller
2016-12-27Merge branch 'cp/merge-continue'Junio C Hamano
2016-12-19Merge branch 'nd/rebase-forget'Junio C Hamano
2016-12-14completion: add --continue option for mergeChris Packham
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedNguyễn Thái Ngọc Duy
2016-10-10Merge branch 'cp/completion-negative-refs'Junio C Hamano
2016-08-24completion: support excluding refsChris Packham
2016-08-12Merge branch 'vs/completion-branch-fully-spelled-d-m-r'Junio C Hamano
2016-08-10Merge branch 'jk/completion-diff-submodule'Junio C Hamano
2016-08-10Merge branch 'jt/format-patch-from-config'Junio C Hamano
2016-08-10Merge branch 'cp/completion-clone-recurse-submodules' into maintJunio C Hamano
2016-08-09completion: add completion for --submodule=* diff optionJacob Keller
2016-08-09completion: complete --delete, --move, and --remotes for git branchVille Skyttä
2016-08-08Merge branch 'cp/completion-clone-recurse-submodules'Junio C Hamano
2016-08-01format-patch: format.from gives the default for --fromJosh Triplett
2016-07-28Merge branch 'nd/worktree-lock'Junio C Hamano
2016-07-27completion: add option '--recurse-submodules' to 'git clone'Chris Packham
2016-07-08worktree: add "unlock" commandNguyễn Thái Ngọc Duy
2016-07-08worktree: add "lock" commandNguyễn Thái Ngọc Duy
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano
2016-06-27Merge branch 'tb/complete-status'Junio C Hamano
2016-06-10completion: add git statusThomas Braun