1085 Commits (9bb4542b8c1b91189126cf0fc42e2689fc9224c6)

Author SHA1 Message Date
SZEDER Gábor 745d655dc9 completion: fill COMPREPLY directly when completing fetch refspecs 8 years ago
SZEDER Gábor fef56eb006 completion: fill COMPREPLY directly when completing refs 8 years ago
SZEDER Gábor 400a7553c4 completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMery 8 years ago
SZEDER Gábor 824388d54b completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMery 8 years ago
SZEDER Gábor e8cb023433 completion: let 'for-each-ref' strip the remote name from remote branches 8 years ago
SZEDER Gábor e896369beb completion: let 'for-each-ref' and 'ls-remote' filter matching refs 8 years ago
SZEDER Gábor b2b6811451 completion: don't disambiguate short refs 8 years ago
SZEDER Gábor 3ad8ea7ccc completion: don't disambiguate tags and branches 8 years ago
SZEDER Gábor aed3881359 completion: support excluding full refs 8 years ago
SZEDER Gábor aa0644f74f completion: support completing fully qualified non-fast-forward refspecs 8 years ago
SZEDER Gábor 2ea328a119 completion: support completing full refs after '--option=refs/<TAB>' 8 years ago
SZEDER Gábor 15b4a16395 completion: wrap __git_refs() for better option parsing 8 years ago
Michael J Gruber 9f0b4dd0b8 git-prompt: add a describe style for any tags 8 years ago
SZEDER Gábor c977eefd55 completion: remove redundant __gitcomp_nl() options from _git_commit() 8 years ago
SZEDER Gábor 3ba042017a completion: restore removed line continuating backslash 8 years ago
Eric Wong 2cbad17642 completion: fix git svn authorship switches 8 years ago
Cornelius Weig f483a0aa2a completion: recognize more long-options 8 years ago
Cornelius Weig cac84960ea completion: teach remote subcommands to complete options 8 years ago
Cornelius Weig 188fba1172 completion: teach replace to complete options 8 years ago
Cornelius Weig 2c0f3a5314 completion: teach ls-remote to complete options 8 years ago
Cornelius Weig bd9ab9dfc0 completion: improve bash completion for git-add 8 years ago
Cornelius Weig e24a256b59 completion: add subcommand completion for rerere 8 years ago
Cornelius Weig 65d5a1e0a5 completion: teach submodule subcommands to complete options 8 years ago
SZEDER Gábor fad9484f0a completion: cache the path to the repository 8 years ago
SZEDER Gábor beb6ee7163 completion: extract repository discovery from __gitdir() 8 years ago
SZEDER Gábor a958d40f4e completion: don't guard git executions with __gitdir() 8 years ago
SZEDER Gábor e15098a314 completion: consolidate silencing errors from git commands 8 years ago
SZEDER Gábor 1cd23e9e05 completion: don't use __gitdir() for git commands 8 years ago
SZEDER Gábor 80ac0744b1 completion: respect 'git -C <path>' 8 years ago
SZEDER Gábor 336d694ce4 completion: fix completion after 'git -C <path>' 8 years ago
SZEDER Gábor 7b329b9dab completion: don't offer commands when 'git --opt' needs an argument 8 years ago
SZEDER Gábor 91b7ea81e8 completion: list short refs from a remote given as a URL 8 years ago
SZEDER Gábor 62a1b73216 completion: don't list 'HEAD' when trying refs completion outside of a repo 8 years ago
SZEDER Gábor 69a775963b completion: list refs from remote when remote's name matches a directory 8 years ago
SZEDER Gábor 5c12f642df completion: respect 'git --git-dir=<path>' when listing remote refs 8 years ago
SZEDER Gábor 3bcb41f976 completion: fix most spots not respecting 'git --git-dir=<path>' 8 years ago
SZEDER Gábor a2f03b0ec8 completion: ensure that the repository path given on the command line exists 8 years ago
SZEDER Gábor be6fbdb545 completion: improve __git_refs()'s in-code documentation 8 years ago
Cornelius Weig 446624ce35 completion: add completion for --recurse-submodules=only 8 years ago
Peter Law 462f213429 Completion: Add support for --submodule=diff 8 years ago
Jacob Keller 77d21f29ea describe: teach describe negative pattern matches 8 years ago
Chris Packham c261a87e70 completion: add --continue option for merge 8 years ago
Nguyễn Thái Ngọc Duy 9512177b68 rebase: add --quit to cleanup rebase, leave everything else untouched 8 years ago
Chris Packham 49416ad22a completion: support excluding refs 9 years ago
Jacob Keller ac76fd54a8 completion: add completion for --submodule=* diff option 9 years ago
Ville Skyttä 2703c22fc2 completion: complete --delete, --move, and --remotes for git branch 9 years ago
Josh Triplett 6bc6b6c0dc format-patch: format.from gives the default for --from 9 years ago
Chris Packham 5f072e0017 completion: add option '--recurse-submodules' to 'git clone' 9 years ago
Nguyễn Thái Ngọc Duy 6d308627ca worktree: add "unlock" command 9 years ago
Nguyễn Thái Ngọc Duy 58142c09a4 worktree: add "lock" command 9 years ago