Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | Merge branch 'ds/bloom-cleanup' | Junio C Hamano | 1 | -0/+1 |
2020-05-11 | completion: offer '--(no-)patch' among 'git log' options | SZEDER Gábor | 1 | -0/+1 |
2020-04-29 | Merge branch 'en/fill-directory-exponential' | Junio C Hamano | 1 | -1/+1 |
2020-04-17 | complete: zsh: add missing sub cmd completion candidates | Terry Moschou | 1 | -0/+2 |
2020-04-01 | completion: fix 'git add' on paths under an untracked directory | Elijah Newren | 1 | -1/+1 |
2020-03-09 | Merge branch 'kk/complete-diff-color-moved' | Junio C Hamano | 1 | -0/+15 |
2020-03-09 | Merge branch 'pb/am-show-current-patch' | Junio C Hamano | 1 | -0/+5 |
2020-03-02 | Merge branch 'en/rebase-backend' | Junio C Hamano | 1 | -5/+1 |
2020-02-24 | completion: add diff --color-moved[-ws] | Kir Kolyshkin | 1 | -0/+15 |
2020-02-20 | am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch | Paolo Bonzini | 1 | -1/+1 |
2020-02-20 | am: support --show-current-patch=raw as a synonym for--show-current-patch | Paolo Bonzini | 1 | -0/+5 |
2020-02-16 | git-prompt: change the prompt for interactive-based rebases | Elijah Newren | 1 | -5/+1 |
2020-02-05 | Merge branch 'mt/sparse-checkout-doc-update' | Junio C Hamano | 1 | -0/+21 |
2020-01-30 | Merge branch 'sg/completion-worktree' | Junio C Hamano | 1 | -26/+93 |
2020-01-23 | completion: add support for sparse-checkout | Matheus Tavares | 1 | -0/+21 |
2020-01-15 | completion: list paths and refs for 'git worktree add' | SZEDER Gábor | 1 | -0/+36 |
2020-01-15 | completion: list existing working trees for 'git worktree' subcommands | SZEDER Gábor | 1 | -1/+29 |
2020-01-15 | completion: simplify completing 'git worktree' subcommands and options | SZEDER Gábor | 1 | -22/+8 |
2020-01-15 | completion: return the index of found word from __git_find_on_cmdline() | SZEDER Gábor | 1 | -3/+17 |
2020-01-15 | completion: clean up the __git_find_on_cmdline() helper function | SZEDER Gábor | 1 | -5/+8 |
2019-12-10 | Merge branch 'dl/pretty-reference' | Junio C Hamano | 1 | -1/+1 |
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 |