summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2019-10-23Merge branch 'nr/diff-highlight-indent-fix'Junio C Hamano
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano
2019-10-18completion: clarify installation instruction for zshMaxim Belsky
2019-10-15diff-highlight: fix a whitespace nitNorman Rasmussen
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-09Merge branch 'am/visual-studio-config-fix'Junio C Hamano
2019-10-07Merge branch 'cc/svn-fe-py-shebang'Junio C Hamano
2019-10-07Merge branch 'hb/hg-to-git-py3'Junio C Hamano
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano
2019-10-07coccicheck: detect hashmap_entry.hash assignmentEric Wong
2019-10-06vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano
2019-09-30Merge branch 'en/filter-branch-deprecation'Junio C Hamano
2019-09-28contrib/buildsystems: fix Visual Studio Debug configurationAlexandr Miloslavskiy
2019-09-18hg-to-git: make it compatible with both python3 and python2Hervé Beraud
2019-09-18contrib/svn-fe: fix shebang for svnrdump_sim.pyClément Chigot
2019-09-12completion: teach archive to use __gitcomp_builtinDenton Liu
2019-09-12completion: teach rebase to use __gitcomp_builtinDenton Liu
2019-09-12completion: add missing completions for log, diff, showMax Rothman
2019-09-05Recommend git-filter-repo instead of git-filter-branchElijah Newren
2019-08-27rebase: teach rebase --keep-baseDenton Liu
2019-08-27completion: add --skip for cherry-pick and revertDenton Liu
2019-08-27completion: merge options for cherry-pick and revertDenton Liu
2019-08-13completion: complete config variables and values for 'git clone --config='SZEDER Gábor
2019-08-13completion: complete config variables names and values for 'git clone -c'SZEDER Gábor
2019-08-13completion: complete values of configuration variables after 'git -c var='SZEDER Gábor
2019-08-13completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor
2019-08-13completion: split _git_config()SZEDER Gábor
2019-08-13completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor
2019-08-13completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor
2019-08-13completion: deduplicate configuration sectionsSZEDER Gábor
2019-08-13completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor
2019-08-13completion: fix a typo in a commentSZEDER Gábor
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano
2019-07-29vcxproj: also link-or-copy builtinsJohannes Schindelin
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin
2019-07-29contrib/buildsystems: add a backend for modern Visual Studio versionsJohannes Schindelin
2019-07-29contrib/buildsystems: handle options starting with a slashJohannes Schindelin
2019-07-29contrib/buildsystems: also handle -lexpatJohannes Schindelin
2019-07-29contrib/buildsystems: handle libiconv, tooJohannes Schindelin
2019-07-29contrib/buildsystems: handle the curl library optionPhilip Oakley
2019-07-29contrib/buildsystems: error out on unknown optionJohannes Schindelin
2019-07-29contrib/buildsystems: optionally capture the dry-run in a filePhilip Oakley
2019-07-29contrib/buildsystems: redirect errors of the dry run into a log filePhilip Oakley
2019-07-29contrib/buildsystems: ignore gettext stuffPhilip Oakley
2019-07-29contrib/buildsystems: handle quoted spaces in filenamesPhilip Oakley
2019-07-29contrib/buildsystems: fix misleading error messagePhilip Oakley