summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
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ábor2-14/+49
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-03-21Merge branch 'mg/prompt-describe-tags'Libravatar Junio C Hamano1-0/+3
2017-03-15git-prompt: add a describe style for any tagsLibravatar Michael J Gruber1-0/+3
2017-03-12Merge branch 'ss/remote-bzr-hg-placeholder-wo-python'Libravatar Junio C Hamano2-18/+14
2017-03-10Merge branch 'rs/strbuf-add-real-path'Libravatar Junio C Hamano2-0/+22
2017-03-03contrib: git-remote-{bzr,hg} placeholders don't need PythonLibravatar Sebastian Schuberth2-18/+14
2017-02-27Merge branch 'sg/completion'Libravatar Junio C Hamano1-85/+165
2017-02-27Merge branch 'jk/describe-omit-some-refs'Libravatar Junio C Hamano1-0/+1
2017-02-27strbuf: add strbuf_add_real_path()Libravatar René Scharfe1-0/+6
2017-02-27cocci: use ALLOC_ARRAYLibravatar René Scharfe1-0/+16
2017-02-16Merge branch 'rs/cocci-check-free-only-null'Libravatar Junio C Hamano1-0/+6
2017-02-15Merge branch 'cw/completion'Libravatar Junio C Hamano1-21/+118
2017-02-15Merge branch 'rs/swap'Libravatar Junio C Hamano1-0/+28
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-11cocci: detect useless free(3) callsLibravatar René Scharfe1-0/+6
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Libravatar Junio C Hamano1-2/+2
2017-02-10Merge branch 'bw/push-submodule-only'Libravatar Junio C Hamano1-1/+1
2017-02-06completion: fix git svn authorship switchesLibravatar Eric Wong1-2/+2
2017-02-03completion: recognize more long-optionsLibravatar Cornelius Weig1-9/+20
2017-02-03completion: teach remote subcommands to complete optionsLibravatar Cornelius Weig1-7/+38
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