Age | Commit message (Expand) | Author | Files | Lines |
2019-12-10 | Merge branch 'dl/submodule-set-url' | Junio C Hamano | 1 | -1/+1 |
2019-12-01 | Merge branch 'js/complete-svn-recursive' | Junio C Hamano | 1 | -0/+1 |
2019-12-01 | Merge branch 'dl/complete-rebase-onto' | Junio C Hamano | 1 | -0/+4 |
2019-11-20 | pretty: implement 'reference' format | Denton Liu | 1 | -1/+1 |
2019-11-20 | completion: complete `tformat:` pretty format | Denton Liu | 1 | -1/+1 |
2019-11-13 | completion: tab-complete "git svn --recursive" | James Shubin | 1 | -0/+1 |
2019-11-12 | completion: learn to complete `git rebase --onto=` | Denton Liu | 1 | -0/+4 |
2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -2/+2 |
2019-10-30 | submodule: teach set-url subcommand | Denton Liu | 1 | -1/+1 |
2019-10-23 | Merge branch 'mb/clarify-zsh-completion-doc' | Junio C Hamano | 1 | -2/+3 |
2019-10-18 | completion: clarify installation instruction for zsh | Maxim Belsky | 1 | -2/+3 |
2019-10-07 | Merge branch 'mr/complete-more-for-log-etc' | Junio C Hamano | 1 | -4/+14 |
2019-10-07 | Merge branch 'dl/complete-rebase-and-archive' | Junio C Hamano | 1 | -19/+8 |
2019-09-30 | Merge branch 'dl/rebase-i-keep-base' | Junio C Hamano | 1 | -1/+1 |
2019-09-30 | Merge branch 'dl/complete-cherry-pick-revert-skip' | Junio C Hamano | 1 | -2/+4 |
2019-09-12 | completion: teach archive to use __gitcomp_builtin | Denton Liu | 1 | -4/+1 |
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-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-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 '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-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-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 |
2019-04-22 | Merge branch 'da/smerge' | Junio C Hamano | 1 | -1/+2 |
2019-04-10 | submodule: teach set-branch subcommand | Denton Liu | 1 | -1/+4 |
2019-04-04 | contrib/completion: add smerge to the mergetool completion candidates | David Aguilar | 1 | -1/+2 |
2019-04-02 | completion: support switch | Nguyễn Thái Ngọc Duy | 1 | -1/+36 |
2019-03-21 | completion: use __git when calling --list-cmds | Todd Zullinger | 1 | -4/+4 |
2019-03-07 | Merge branch 'nd/completion-more-parameters' | Junio C Hamano | 1 | -3/+40 |
2019-03-07 | Merge branch 'dl/complete-submodule-absorbgitdirs' | Junio C Hamano | 1 | -1/+1 |
2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -3/+40 |
2019-02-06 | completion: complete git submodule absorbgitdirs | Denton Liu | 1 | -1/+1 |
2019-01-18 | Merge branch 'cy/zsh-completion-SP-in-path' | Junio C Hamano | 2 | -23/+16 |