summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2019-07-29contrib/buildsystems: ignore irrelevant files in Generators/Johannes Schindelin
2019-07-29contrib/buildsystems: ignore invalidcontinue.objPhilip Oakley
2019-07-29Vcproj.pm: urlencode '<' and '>' when generating VC projectsJohannes Schindelin
2019-07-29Vcproj.pm: do not configure VCWebServiceProxyGeneratorToolJohannes Schindelin
2019-07-29Vcproj.pm: list git.exe first to be startup projectPhilip Oakley
2019-07-29Vcproj.pm: auto-generate GUIDsJohannes Schindelin
2019-07-19Merge branch 'pw/prompt-cherry-pick-revert-fix'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'rs/copy-array'Junio C Hamano
2019-07-09Merge branch 'nd/completion-no-cache-failure'Junio C Hamano
2019-07-01git-prompt: improve cherry-pick/revert detectionPhillip Wood
2019-06-20completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy
2019-06-18coccinelle: use COPY_ARRAY for copying arraysRené Scharfe
2019-06-12completion: do not cache if --git-completion-helper failsNguyễn Thái Ngọc Duy
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder
2019-05-19Merge branch 'cw/diff-highlight'Junio C Hamano
2019-05-09diff-highlight: use correct /dev/null for UNIX and WindowsChris. Webster
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-05-07completion: support restoreNguyễn Thái Ngọc Duy
2019-04-25Merge branch 'dl/submodule-set-branch'Junio C Hamano
2019-04-22Merge branch 'da/smerge'Junio C Hamano
2019-04-22Merge branch 'dl/flex-str-cocci'Junio C Hamano
2019-04-16Merge branch 'tz/completion'Junio C Hamano
2019-04-16commit.c: add repo_get_commit_tree()Nguyễn Thái Ngọc Duy
2019-04-16commit.cocci: refactor code, avoid double rewriteNguyễn Thái Ngọc Duy
2019-04-10submodule: teach set-branch subcommandDenton Liu
2019-04-04cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STRDenton Liu
2019-04-04contrib/completion: add smerge to the mergetool completion candidatesDavid Aguilar
2019-04-02completion: support switchNguyễn Thái Ngọc Duy
2019-03-21completion: use __git when calling --list-cmdsTodd Zullinger
2019-03-12contrib/subtree: ensure only one rev is providedDenton Liu
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano
2019-03-07Merge branch 'dl/complete-submodule-absorbgitdirs'Junio C Hamano
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-06completion: complete git submodule absorbgitdirsDenton Liu
2019-02-05Merge branch 'sg/strbuf-addbuf-cocci'Junio C Hamano