summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-fsck'Junio C Hamano2018-08-021-1/+1
|\
| * coccinelle: update commit.cocciDerrick Stolee2018-07-161-1/+1
* | Merge branch 'tb/grep-column'Junio C Hamano2018-07-182-3/+11
|\ \
| * | contrib/git-jump/git-jump: jump to exact locationTaylor Blau2018-06-222-3/+11
* | | Merge branch 'tz/cred-netrc-cleanup'Junio C Hamano2018-06-283-6/+11
|\ \ \
| * | | git-credential-netrc: make "all" default target of MakefileTodd Zullinger2018-06-181-0/+3
| * | | git-credential-netrc: fix exit status when tests failLuis Marsano2018-06-181-1/+3
| * | | git-credential-netrc: use in-tree Git.pm for testsLuis Marsano2018-06-182-2/+2
| * | | git-credential-netrc: minor whitespace cleanup in test scriptTodd Zullinger2018-06-181-4/+4
* | | | Merge branch 'nd/completion-negation'Junio C Hamano2018-06-281-24/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy2018-06-111-0/+23
| * | | parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy2018-05-291-24/+14
* | | | Merge branch 'ls/complete-remote-update-names'Junio C Hamano2018-06-251-1/+1
|\ \ \ \
| * | | | completion: complete remote names tooŁukasz Stelmach2018-06-011-1/+1
* | | | | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-333/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | completion: complete general config vars in two stepsNguyễn Thái Ngọc Duy2018-05-291-2/+7
| * | | | completion: support case-insensitive config varsNguyễn Thái Ngọc Duy2018-05-291-1/+9
| * | | | completion: keep other config var completion in camelCaseNguyễn Thái Ngọc Duy2018-05-291-6/+6
| * | | | completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy2018-05-291-326/+9
| * | | | Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano2018-05-291-132/+16
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'ab/cred-netrc-no-autodie'Junio C Hamano2018-06-181-1/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | git-credential-netrc: remove use of "autodie"Ævar Arnfjörð Bjarmason2018-06-131-1/+0
* | | | | Merge branch 'sg/completion-zsh-workaround'Junio C Hamano2018-06-132-2/+5
|\ \ \ \ \
| * | | | | completion: correct zsh detection when run from git-completion.zshSZEDER Gábor2018-06-122-2/+5
* | | | | | Merge branch 'pa/import-tars-long-names'Junio C Hamano2018-06-011-2/+29
|\ \ \ \ \ \
| * | | | | | import-tars: read overlong names from pax extended headerPedro Alvarez Piedehierro2018-05-241-2/+29
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-132/+16
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | completion: allow to customize the completable command listNguyễn Thái Ngọc Duy2018-05-211-1/+1
| * | | | | completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-211-60/+15
| * | | | | completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy2018-05-211-16/+4
| * | | | | completion: let git provide the completable command listNguyễn Thái Ngọc Duy2018-05-211-91/+28
| * | | | | help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-5/+10
| * | | | | completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy2018-05-211-1/+1
| * | | | | git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy2018-05-211-1/+1
* | | | | | Merge branch 'lm/credential-netrc'Junio C Hamano2018-05-307-50/+135
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | git-credential-netrc: accept gpg optionLuis Marsano2018-05-146-24/+62
| * | | | | git-credential-netrc: adapt to test framework for gitLuis Marsano2018-05-143-30/+77
| | |/ / / | |/| | |
* | | | | Merge branch 'sg/complete-paths'Junio C Hamano2018-05-302-26/+200
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor2018-05-211-2/+4
| * | | | completion: fill COMPREPLY directly when completing pathsSZEDER Gábor2018-04-172-4/+39
| * | | | completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor2018-04-171-2/+64
| * | | | completion: remove repeated dirnames with 'awk' during path completionSZEDER Gábor2018-04-171-2/+6
| * | | | completion: use 'awk' to strip trailing path componentsSZEDER Gábor2018-04-171-7/+4
| * | | | completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor2018-04-171-5/+6
| * | | | completion: improve handling quoted paths on the command lineSZEDER Gábor2018-04-171-4/+72
| * | | | completion: support completing non-ASCII pathnamesSZEDER Gábor2018-04-171-2/+4
| * | | | completion: simplify prefix path component handling during path completionSZEDER Gábor2018-04-171-4/+3
| * | | | completion: move __git_complete_index_file() next to its helpersSZEDER Gábor2018-04-171-20/+19
| | |/ / | |/| |
* | | | Merge branch 'fg/completion-external'Junio C Hamano2018-05-231-2/+9
|\ \ \ \
| * | | | completion: load completion file for external subcommandFlorian Gamböck2018-05-071-0/+10
| | |/ / | |/| |