Age | Commit message (Expand) | Author | Files | Lines |
2019-09-12 | completion: teach rebase to use __gitcomp_builtin | Denton Liu | 1 | -15/+7 |
2019-09-12 | completion: add missing completions for log, diff, show | Max Rothman | 1 | -4/+14 |
2019-09-05 | Recommend git-filter-repo instead of git-filter-branch | Elijah Newren | 1 | -2/+2 |
2019-08-27 | rebase: teach rebase --keep-base | Denton Liu | 1 | -1/+1 |
2019-08-27 | completion: add --skip for cherry-pick and revert | Denton Liu | 1 | -1/+1 |
2019-08-27 | completion: merge options for cherry-pick and revert | Denton Liu | 1 | -2/+4 |
2019-08-13 | completion: complete config variables and values for 'git clone --config=' | SZEDER Gábor | 1 | -17/+49 |
2019-08-13 | completion: complete config variables names and values for 'git clone -c' | SZEDER Gábor | 1 | -0/+6 |
2019-08-13 | completion: complete values of configuration variables after 'git -c var=' | SZEDER Gábor | 1 | -24/+41 |
2019-08-13 | completion: complete configuration sections and variable names for 'git -c' | SZEDER Gábor | 1 | -13/+46 |
2019-08-13 | completion: split _git_config() | SZEDER Gábor | 1 | -9/+30 |
2019-08-13 | completion: simplify inner 'case' pattern in __gitcomp() | SZEDER Gábor | 1 | -2/+2 |
2019-08-13 | completion: use 'sort -u' to deduplicate config variable names | SZEDER Gábor | 1 | -1/+1 |
2019-08-13 | completion: deduplicate configuration sections | SZEDER Gábor | 1 | -1/+9 |
2019-08-13 | completion: complete more values of more 'color.*' configuration variables | SZEDER Gábor | 1 | -5/+4 |
2019-08-13 | completion: fix a typo in a comment | SZEDER Gábor | 1 | -1/+1 |
2019-08-02 | Merge branch 'js/visual-studio' | Junio C Hamano | 4 | -94/+470 |
2019-07-29 | vcxproj: also link-or-copy builtins | Johannes Schindelin | 1 | -0/+3 |
2019-07-29 | msvc: add a Makefile target to pre-generate the Visual Studio solution | Johannes Schindelin | 1 | -1/+2 |
2019-07-29 | contrib/buildsystems: add a backend for modern Visual Studio versions | Johannes Schindelin | 1 | -0/+385 |
2019-07-29 | contrib/buildsystems: handle options starting with a slash | Johannes Schindelin | 1 | -1/+1 |
2019-07-29 | contrib/buildsystems: also handle -lexpat | Johannes Schindelin | 1 | -0/+2 |
2019-07-29 | contrib/buildsystems: handle libiconv, too | Johannes Schindelin | 1 | -0/+2 |
2019-07-29 | contrib/buildsystems: handle the curl library option | Philip Oakley | 1 | -1/+3 |
2019-07-29 | contrib/buildsystems: error out on unknown option | Johannes Schindelin | 1 | -0/+2 |
2019-07-29 | contrib/buildsystems: optionally capture the dry-run in a file | Philip Oakley | 1 | -0/+10 |
2019-07-29 | contrib/buildsystems: redirect errors of the dry run into a log file | Philip Oakley | 1 | -1/+6 |
2019-07-29 | contrib/buildsystems: ignore gettext stuff | Philip Oakley | 1 | -0/+6 |
2019-07-29 | contrib/buildsystems: handle quoted spaces in filenames | Philip Oakley | 1 | -3/+4 |
2019-07-29 | contrib/buildsystems: fix misleading error message | Philip Oakley | 1 | -1/+1 |
2019-07-29 | contrib/buildsystems: ignore irrelevant files in Generators/ | Johannes Schindelin | 1 | -1/+1 |
2019-07-29 | contrib/buildsystems: ignore invalidcontinue.obj | Philip Oakley | 1 | -3/+7 |
2019-07-29 | Vcproj.pm: urlencode '<' and '>' when generating VC projects | Johannes Schindelin | 1 | -0/+8 |
2019-07-29 | Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool | Johannes Schindelin | 1 | -12/+0 |
2019-07-29 | Vcproj.pm: list git.exe first to be startup project | Philip Oakley | 1 | -14/+19 |
2019-07-29 | Vcproj.pm: auto-generate GUIDs | Johannes Schindelin | 1 | -57/+9 |
2019-07-19 | Merge branch 'pw/prompt-cherry-pick-revert-fix' | Junio C Hamano | 1 | -4/+33 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -1/+55 |
2019-07-09 | Merge branch 'rs/copy-array' | Junio C Hamano | 1 | -15/+46 |
2019-07-09 | Merge branch 'nd/completion-no-cache-failure' | Junio C Hamano | 1 | -1/+2 |
2019-07-01 | git-prompt: improve cherry-pick/revert detection | Phillip Wood | 1 | -4/+33 |
2019-06-20 | completion: disable dwim on "git switch -d" | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2019-06-17 | coccinelle: use COPY_ARRAY for copying arrays | René Scharfe | 1 | -15/+46 |
2019-06-12 | completion: do not cache if --git-completion-helper fails | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-05-29 | list-objects-filter: disable 'sparse:path' filters | Christian Couder | 1 | -1/+1 |
2019-05-19 | Merge branch 'cw/diff-highlight' | Junio C Hamano | 1 | -1/+6 |
2019-05-09 | diff-highlight: use correct /dev/null for UNIX and Windows | Chris. Webster | 1 | -1/+6 |
2019-05-09 | Merge branch 'nd/sha1-name-c-wo-the-repository' | Junio C Hamano | 1 | -7/+13 |
2019-05-07 | completion: support restore | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
2019-04-25 | Merge branch 'dl/submodule-set-branch' | Junio C Hamano | 1 | -1/+4 |