summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-0/+16
|\
| * coccicheck: detect hashmap_entry.hash assignmentEric Wong2019-10-071-0/+16
* | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-0/+3
|\ \
| * | vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin2019-10-061-0/+3
* | | Merge branch 'am/visual-studio-config-fix'Junio C Hamano2019-10-091-7/+8
|\ \ \
| * | | contrib/buildsystems: fix Visual Studio Debug configurationAlexandr Miloslavskiy2019-09-281-7/+8
| | |/ | |/|
* | | Merge branch 'cc/svn-fe-py-shebang'Junio C Hamano2019-10-071-1/+1
|\ \ \
| * | | contrib/svn-fe: fix shebang for svnrdump_sim.pyClément Chigot2019-09-181-1/+1
| |/ /
* | | Merge branch 'hb/hg-to-git-py3'Junio C Hamano2019-10-071-25/+25
|\ \ \
| * | | hg-to-git: make it compatible with both python3 and python2Hervé Beraud2019-09-181-25/+25
| |/ /
* | | Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano2019-10-071-4/+14
|\ \ \
| * | | completion: add missing completions for log, diff, showMax Rothman2019-09-121-4/+14
| |/ /
* | | Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano2019-10-071-19/+8
|\ \ \
| * | | completion: teach archive to use __gitcomp_builtinDenton Liu2019-09-121-4/+1
| * | | completion: teach rebase to use __gitcomp_builtinDenton Liu2019-09-121-15/+7
| |/ /
* | | Merge branch 'dl/rebase-i-keep-base'Junio C Hamano2019-09-301-1/+1
|\ \ \
| * | | rebase: teach rebase --keep-baseDenton Liu2019-08-271-1/+1
| |/ /
* | | Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano2019-09-301-2/+4
|\ \ \
| * | | completion: add --skip for cherry-pick and revertDenton Liu2019-08-271-1/+1
| * | | completion: merge options for cherry-pick and revertDenton Liu2019-08-271-2/+4
| |/ /
* | | Merge branch 'en/filter-branch-deprecation'Junio C Hamano2019-09-301-2/+2
|\ \ \
| * | | Recommend git-filter-repo instead of git-filter-branchElijah Newren2019-09-051-2/+2
| |/ /
* | | completion: complete config variables and values for 'git clone --config='SZEDER Gábor2019-08-131-17/+49
* | | completion: complete config variables names and values for 'git clone -c'SZEDER Gábor2019-08-131-0/+6
* | | completion: complete values of configuration variables after 'git -c var='SZEDER Gábor2019-08-131-24/+41
* | | completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor2019-08-131-13/+46
* | | completion: split _git_config()SZEDER Gábor2019-08-131-9/+30
* | | completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor2019-08-131-2/+2
* | | completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor2019-08-131-1/+1
* | | completion: deduplicate configuration sectionsSZEDER Gábor2019-08-131-1/+9
* | | completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor2019-08-131-5/+4
* | | completion: fix a typo in a commentSZEDER Gábor2019-08-131-1/+1
|/ /
* | Merge branch 'js/visual-studio'Junio C Hamano2019-08-024-94/+470
|\ \ | |/
| * vcxproj: also link-or-copy builtinsJohannes Schindelin2019-07-291-0/+3
| * msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin2019-07-291-1/+2
| * contrib/buildsystems: add a backend for modern Visual Studio versionsJohannes Schindelin2019-07-291-0/+385
| * contrib/buildsystems: handle options starting with a slashJohannes Schindelin2019-07-291-1/+1
| * contrib/buildsystems: also handle -lexpatJohannes Schindelin2019-07-291-0/+2
| * contrib/buildsystems: handle libiconv, tooJohannes Schindelin2019-07-291-0/+2
| * contrib/buildsystems: handle the curl library optionPhilip Oakley2019-07-291-1/+3
| * contrib/buildsystems: error out on unknown optionJohannes Schindelin2019-07-291-0/+2
| * contrib/buildsystems: optionally capture the dry-run in a filePhilip Oakley2019-07-291-0/+10
| * contrib/buildsystems: redirect errors of the dry run into a log filePhilip Oakley2019-07-291-1/+6
| * contrib/buildsystems: ignore gettext stuffPhilip Oakley2019-07-291-0/+6
| * contrib/buildsystems: handle quoted spaces in filenamesPhilip Oakley2019-07-291-3/+4
| * contrib/buildsystems: fix misleading error messagePhilip Oakley2019-07-291-1/+1
| * contrib/buildsystems: ignore irrelevant files in Generators/Johannes Schindelin2019-07-291-1/+1
| * contrib/buildsystems: ignore invalidcontinue.objPhilip Oakley2019-07-291-3/+7
| * Vcproj.pm: urlencode '<' and '>' when generating VC projectsJohannes Schindelin2019-07-291-0/+8
| * Vcproj.pm: do not configure VCWebServiceProxyGeneratorToolJohannes Schindelin2019-07-291-12/+0