summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-23completion: extract completing ctags symbol names into helper functionLibravatar SZEDER Gábor1-4/+29
2017-03-23completion: put matching ctags symbol names directly into COMPREPLYLibravatar SZEDER Gábor1-3/+10
2017-03-23completion: speed up branch and tag completionLibravatar SZEDER Gábor1-6/+19
2017-03-23completion: fill COMPREPLY directly when completing fetch refspecsLibravatar SZEDER Gábor1-3/+3
2017-03-23completion: fill COMPREPLY directly when completing refsLibravatar SZEDER Gábor3-14/+76
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ábor2-11/+154
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ábor2-4/+35
2017-03-23completion: support completing fully qualified non-fast-forward refspecsLibravatar SZEDER Gábor2-1/+88
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'Libravatar SZEDER Gábor2-7/+45
2017-03-23completion: wrap __git_refs() for better option parsingLibravatar SZEDER Gábor2-35/+173
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ábor2-75/+132
2017-02-03completion: extract repository discovery from __gitdir()Libravatar SZEDER Gábor2-22/+42
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ábor2-5/+101
2017-02-03rev-parse: add '--absolute-git-dir' optionLibravatar SZEDER Gábor3-16/+31
2017-02-03completion: fix completion after 'git -C <path>'Libravatar SZEDER Gábor2-5/+10
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ábor2-6/+19
2017-02-03completion: don't list 'HEAD' when trying refs completion outside of a repoLibravatar SZEDER Gábor2-3/+7
2017-02-03completion: list refs from remote when remote's name matches a directoryLibravatar SZEDER Gábor2-3/+28
2017-02-03completion: respect 'git --git-dir=<path>' when listing remote refsLibravatar SZEDER Gábor2-7/+19
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ábor2-0/+9
2017-02-03completion tests: add tests for the __git_refs() helper functionLibravatar SZEDER Gábor1-1/+264
2017-02-03completion tests: check __gitdir()'s output in the error casesLibravatar SZEDER Gábor1-3/+5
2017-02-03completion tests: consolidate getting path of current working directoryLibravatar SZEDER Gábor1-23/+21
2017-02-03completion tests: make the $cur variable local to the test helper functionsLibravatar SZEDER Gábor1-2/+2
2017-02-03completion tests: don't add test cruft to the test repositoryLibravatar SZEDER Gábor1-3/+3
2017-02-03completion: improve __git_refs()'s in-code documentationLibravatar SZEDER Gábor1-3/+5
2017-02-03Git 2.12-rc0Libravatar Junio C Hamano2-7/+30
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Libravatar Junio C Hamano15-30/+133
2017-02-03Merge branch 'pl/complete-diff-submodule-diff'Libravatar Junio C Hamano1-1/+1
2017-02-03Merge branch 'rs/object-id'Libravatar Junio C Hamano7-10/+10
2017-02-03Merge branch 'js/re-running-failed-tests'Libravatar Junio C Hamano1-0/+6
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Libravatar Junio C Hamano2-1/+16
2017-02-03Merge branch 'sb/submodule-recursive-absorb'Libravatar Junio C Hamano4-41/+105
2017-02-03Merge branch 'sb/unpack-trees-super-prefix'Libravatar Junio C Hamano5-676/+702
2017-02-02Sync with v2.11.1Libravatar Junio C Hamano1-0/+3
2017-02-02Ninth batch for 2.12; almost ready for -rc0Libravatar Junio C Hamano1-21/+50
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Libravatar Junio C Hamano6-5/+97
2017-02-02Merge branch 'ep/commit-static-buf-cleanup'Libravatar Junio C Hamano1-17/+14