summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/completion'Junio C Hamano2017-02-271-85/+165
|\
| * completion: restore removed line continuating backslashsg/completionSZEDER Gábor2017-02-131-1/+1
| * completion: cache the path to the repositorySZEDER Gábor2017-02-031-17/+29
| * completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-031-16/+26
| * completion: don't guard git executions with __gitdir()SZEDER Gábor2017-02-031-21/+11
| * completion: consolidate silencing errors from git commandsSZEDER Gábor2017-02-031-16/+12
| * completion: don't use __gitdir() for git commandsSZEDER Gábor2017-02-031-29/+31
| * completion: respect 'git -C <path>'SZEDER Gábor2017-02-031-5/+14
| * completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-031-4/+4
| * completion: don't offer commands when 'git --opt' needs an argumentSZEDER Gábor2017-02-031-0/+11
| * completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-031-3/+16
| * completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2017-02-031-2/+6
| * completion: list refs from remote when remote's name matches a directorySZEDER Gábor2017-02-031-2/+18
| * completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2017-02-031-5/+17
| * completion: fix most spots not respecting 'git --git-dir=<path>'SZEDER Gábor2017-02-031-5/+7
| * completion: ensure that the repository path given on the command line existsSZEDER Gábor2017-02-031-0/+1
| * completion: improve __git_refs()'s in-code documentationSZEDER Gábor2017-02-031-3/+5
* | Merge branch 'jk/describe-omit-some-refs'Junio C Hamano2017-02-271-0/+1
|\ \
| * | describe: teach describe negative pattern matchesJacob Keller2017-01-231-0/+1
* | | Merge branch 'rs/cocci-check-free-only-null'Junio C Hamano2017-02-161-0/+6
|\ \ \
| * | | cocci: detect useless free(3) callsrs/cocci-check-free-only-nullRené Scharfe2017-02-111-0/+6
* | | | Merge branch 'cw/completion'Junio C Hamano2017-02-151-21/+118
|\ \ \ \
| * | | | completion: recognize more long-optionscw/completionCornelius Weig2017-02-031-9/+20
| * | | | completion: teach remote subcommands to complete optionsCornelius Weig2017-02-031-7/+38
| * | | | completion: teach replace to complete optionsCornelius Weig2017-02-031-0/+6
| * | | | completion: teach ls-remote to complete optionsCornelius Weig2017-02-031-0/+6
| * | | | completion: improve bash completion for git-addCornelius Weig2017-02-031-3/+7
| * | | | completion: add subcommand completion for rerereCornelius Weig2017-02-031-0/+11
| * | | | completion: teach submodule subcommands to complete optionsCornelius Weig2017-02-031-2/+30
| | |_|/ | |/| |
* | | | Merge branch 'rs/swap'Junio C Hamano2017-02-151-0/+28
|\ \ \ \
| * | | | add SWAP macroRené Scharfe2017-01-301-0/+28
* | | | | Merge branch 'ew/complete-svn-authorship-options'Junio C Hamano2017-02-101-2/+2
|\ \ \ \ \
| * | | | | completion: fix git svn authorship switchesew/complete-svn-authorship-optionsEric Wong2017-02-061-2/+2
| | |_|/ / | |/| | |
| * | | | Merge branch 'ls/filter-process' into maintJunio C Hamano2017-01-171-2/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'bb/unicode-9.0' into maintJunio C Hamano2017-01-173-0/+56
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'bw/push-submodule-only'Junio C Hamano2017-02-101-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | completion: add completion for --recurse-submodules=onlybw/push-submodule-onlyCornelius Weig2017-02-011-1/+1
* | | | | | Merge branch 'pl/complete-diff-submodule-diff'Junio C Hamano2017-02-031-1/+1
|\ \ \ \ \ \
| * | | | | | Completion: Add support for --submodule=diffpl/complete-diff-submodule-diffPeter Law2017-01-301-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-021-0/+6
|\ \ \ \ \ \
| * | | | | | abspath: add absolute_pathdup()René Scharfe2017-01-261-0/+6
| * | | | | | Merge branch 'rs/cocci' into maintJunio C Hamano2016-11-291-0/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cp/completion-negative-refs' into maintJunio C Hamano2016-11-291-3/+4
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'js/difftool-builtin'Junio C Hamano2017-01-311-0/+481
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | difftool: retire the scripted versionJohannes Schindelin2017-01-191-0/+470
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sb/retire-convert-objects-from-contrib'Junio C Hamano2017-01-312-358/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | contrib: remove git-convert-objectssb/retire-convert-objects-from-contribStefan Beller2017-01-192-358/+0
* | | | | | | | | Merge branch 'sb/remove-gitview'Junio C Hamano2017-01-182-1362/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | contrib: remove gitviewStefan Beller2017-01-072-1362/+0
* | | | | | | | | Merge branch 'ls/filter-process'Junio C Hamano2016-12-271-2/+6
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |