Age | Commit message (Expand) | Author | Files | Lines |
2017-02-03 | completion: teach replace to complete options | Cornelius Weig | 1 | -0/+6 |
2017-02-03 | completion: teach ls-remote to complete options | Cornelius Weig | 1 | -0/+6 |
2017-02-03 | completion: improve bash completion for git-add | Cornelius Weig | 1 | -3/+7 |
2017-02-03 | completion: add subcommand completion for rerere | Cornelius Weig | 1 | -0/+11 |
2017-02-03 | completion: teach submodule subcommands to complete options | Cornelius Weig | 1 | -2/+30 |
2017-02-03 | completion: cache the path to the repository | SZEDER Gábor | 1 | -17/+29 |
2017-02-03 | completion: extract repository discovery from __gitdir() | SZEDER Gábor | 1 | -16/+26 |
2017-02-03 | completion: don't guard git executions with __gitdir() | SZEDER Gábor | 1 | -21/+11 |
2017-02-03 | completion: consolidate silencing errors from git commands | SZEDER Gábor | 1 | -16/+12 |
2017-02-03 | completion: don't use __gitdir() for git commands | SZEDER Gábor | 1 | -29/+31 |
2017-02-03 | completion: respect 'git -C <path>' | SZEDER Gábor | 1 | -5/+14 |
2017-02-03 | completion: fix completion after 'git -C <path>' | SZEDER Gábor | 1 | -4/+4 |
2017-02-03 | completion: don't offer commands when 'git --opt' needs an argument | SZEDER Gábor | 1 | -0/+11 |
2017-02-03 | completion: list short refs from a remote given as a URL | SZEDER Gábor | 1 | -3/+16 |
2017-02-03 | completion: don't list 'HEAD' when trying refs completion outside of a repo | SZEDER Gábor | 1 | -2/+6 |
2017-02-03 | completion: list refs from remote when remote's name matches a directory | SZEDER Gábor | 1 | -2/+18 |
2017-02-03 | completion: respect 'git --git-dir=<path>' when listing remote refs | SZEDER Gábor | 1 | -5/+17 |
2017-02-03 | completion: fix most spots not respecting 'git --git-dir=<path>' | SZEDER Gábor | 1 | -5/+7 |
2017-02-03 | completion: ensure that the repository path given on the command line exists | SZEDER Gábor | 1 | -0/+1 |
2017-02-03 | completion: improve __git_refs()'s in-code documentation | SZEDER Gábor | 1 | -3/+5 |
2017-02-01 | completion: add completion for --recurse-submodules=only | Cornelius Weig | 1 | -1/+1 |
2017-01-30 | Completion: Add support for --submodule=diff | Peter Law | 1 | -1/+1 |
2017-01-23 | describe: teach describe negative pattern matches | Jacob Keller | 1 | -0/+1 |
2016-12-27 | Merge branch 'cp/merge-continue' | Junio C Hamano | 1 | -1/+1 |
2016-12-19 | Merge branch 'nd/rebase-forget' | Junio C Hamano | 1 | -2/+2 |
2016-12-14 | completion: add --continue option for merge | Chris Packham | 1 | -1/+1 |
2016-12-11 | rebase: add --quit to cleanup rebase, leave everything else untouched | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2016-10-10 | Merge branch 'cp/completion-negative-refs' | Junio C Hamano | 1 | -3/+4 |
2016-08-24 | completion: support excluding refs | Chris Packham | 1 | -3/+4 |
2016-08-12 | Merge branch 'vs/completion-branch-fully-spelled-d-m-r' | Junio C Hamano | 1 | -3/+3 |
2016-08-10 | Merge branch 'jk/completion-diff-submodule' | Junio C Hamano | 1 | -0/+19 |
2016-08-10 | Merge branch 'jt/format-patch-from-config' | Junio C Hamano | 1 | -0/+1 |
2016-08-10 | Merge branch 'cp/completion-clone-recurse-submodules' into maint | Junio C Hamano | 1 | -0/+1 |
2016-08-09 | completion: add completion for --submodule=* diff option | Jacob Keller | 1 | -0/+19 |
2016-08-09 | completion: complete --delete, --move, and --remotes for git branch | Ville Skyttä | 1 | -3/+3 |
2016-08-08 | Merge branch 'cp/completion-clone-recurse-submodules' | Junio C Hamano | 1 | -0/+1 |
2016-08-01 | format-patch: format.from gives the default for --from | Josh Triplett | 1 | -0/+1 |
2016-07-28 | Merge branch 'nd/worktree-lock' | Junio C Hamano | 1 | -1/+4 |
2016-07-27 | completion: add option '--recurse-submodules' to 'git clone' | Chris Packham | 1 | -0/+1 |
2016-07-08 | worktree: add "unlock" command | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-07-08 | worktree: add "lock" command | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2016-07-06 | Merge branch 'nd/worktree-cleanup-post-head-protection' | Junio C Hamano | 1 | -0/+23 |
2016-06-27 | Merge branch 'tb/complete-status' | Junio C Hamano | 1 | -1/+97 |
2016-06-10 | completion: add git status | Thomas Braun | 1 | -0/+50 |
2016-06-10 | completion: add __git_get_option_value helper | Thomas Braun | 1 | -0/+44 |
2016-06-10 | completion: factor out untracked file modes into a variable | Thomas Braun | 1 | -1/+3 |
2016-05-24 | completion: support git-worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
2016-04-13 | Merge branch 'mg/complete-cherry-mark-to-log' | Junio C Hamano | 1 | -0/+1 |
2016-04-13 | Merge branch 'rt/completion-help' | Junio C Hamano | 1 | -3/+3 |
2016-04-05 | completion: complete --cherry-mark for git log | Michael J Gruber | 1 | -0/+1 |