summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
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