completion: teach ls-remote to complete options
Cornelius Weig committed over 9 years ago
completion: improve bash completion for git-add
Cornelius Weig committed over 9 years ago
completion: add subcommand completion for rerere
Cornelius Weig committed over 9 years ago
completion: teach submodule subcommands to complete options
Cornelius Weig committed over 9 years ago
completion: cache the path to the repository
SZEDER Gábor committed over 9 years ago
completion: extract repository discovery from __gitdir()
SZEDER Gábor committed over 9 years ago
completion: don't guard git executions with __gitdir()
SZEDER Gábor committed over 9 years ago
completion: consolidate silencing errors from git commands
SZEDER Gábor committed over 9 years ago
completion: don't use __gitdir() for git commands
SZEDER Gábor committed over 9 years ago
completion: respect 'git -C <path>'
SZEDER Gábor committed over 9 years ago
rev-parse: add '--absolute-git-dir' option
SZEDER Gábor committed over 9 years ago
completion: fix completion after 'git -C <path>'
SZEDER Gábor committed over 9 years ago
completion: don't offer commands when 'git --opt' needs an argument
SZEDER Gábor committed over 9 years ago
completion: list short refs from a remote given as a URL
SZEDER Gábor committed over 9 years ago
completion: don't list 'HEAD' when trying refs completion outside of a repo
SZEDER Gábor committed over 9 years ago
completion: list refs from remote when remote's name matches a directory
SZEDER Gábor committed over 9 years ago
completion: respect 'git --git-dir=<path>' when listing remote refs
SZEDER Gábor committed over 9 years ago
completion: fix most spots not respecting 'git --git-dir=<path>'
SZEDER Gábor committed over 9 years ago
completion: ensure that the repository path given on the command line exists
SZEDER Gábor committed over 9 years ago
completion tests: add tests for the __git_refs() helper function
SZEDER Gábor committed over 9 years ago