384 Commits (cb2912c324477f0d92618ac258c43b2692e870c4)

Author SHA1 Message Date
Philip Jägenstedt 514a529d25 completion: use tabs for indentation 13 years ago
Philip Jägenstedt 176158cabd completion: remove stale "to submit patches" documentation 13 years ago
Christian Hammerl f24a595f72 completion: Allow dash as the first character for __git_ps1 13 years ago
Ralf Thielow a7fab08b6e completion: --list option for git-branch 13 years ago
Felipe Contreras 583e4d579d completion: simplify __gitcomp and __gitcomp_nl implementations 13 years ago
Felipe Contreras d79f81adfe completion: use ls -1 instead of rolling a loop to do that ourselves 13 years ago
Felipe Contreras cf0ff02a38 completion: work around zsh option propagation bug 13 years ago
Adrian Weimann 2ff14e31bd completion: --edit and --no-edit for git-merge 13 years ago
Ralf Thielow 48c07d8684 completion: --edit-description option for git-branch 13 years ago
Felipe Contreras f15026b514 git-completion: workaround zsh COMPREPLY bug 13 years ago
Thomas Rast 6f2dd720b6 bash completion: use read -r everywhere 13 years ago
SZEDER Gábor 4804d43791 completion: don't leak variable from the prompt into environment 14 years ago
Stefan Naewe e5b8eebc03 completion: fix issue with process substitution not working on Git for Windows 14 years ago
SZEDER Gábor 6486ca6d77 completion: remove broken dead code from __git_heads() and __git_tags() 14 years ago
SZEDER Gábor d51a8ecd5f completion: fast initial completion for config 'remote.*.fetch' value 14 years ago
SZEDER Gábor 48058f5df4 completion: improve ls-remote output filtering in __git_refs_remotes() 14 years ago
SZEDER Gábor d79bcf2cf2 completion: query only refs/heads/ in __git_refs_remotes() 14 years ago
SZEDER Gábor fb772cca2b completion: support full refs from remote repositories 14 years ago
SZEDER Gábor d8c0453e1a completion: improve ls-remote output filtering in __git_refs() 14 years ago
SZEDER Gábor abf05987de completion: make refs completion consistent for local and remote repos 14 years ago
SZEDER Gábor a31e62629a completion: optimize refs completion 14 years ago
SZEDER Gábor f674bb8078 completion: document __gitcomp() 14 years ago
Jeff King 29eec71f21 completion: match ctags symbol names in grep patterns 14 years ago
SZEDER Gábor e67d71e559 completion: unite --format and --pretty for 'log' and 'show' 14 years ago
SZEDER Gábor a8f89bfa99 completion: unite --reuse-message and --reedit-message for 'notes' 14 years ago
Teemu Matilainen 3623dc0310 completion: push --set-upstream 14 years ago
Teemu Matilainen 77653abd98 completion: commit --fixup and --squash 14 years ago
Teemu Matilainen f8e49e132c completion: unite --reuse-message and --reedit-message handling 14 years ago
Josh Triplett d49483f0ca ref namespaces: documentation 14 years ago
Josh Triplett a1bea2c1fc ref namespaces: infrastructure 14 years ago
Namhyung Kim cdb791f61d completion: replace core.abbrevguard to core.abbrev 14 years ago
Junio C Hamano 1a0c9a305f Revert "completion: don't declare 'local words' to make zsh happy" 14 years ago
Felipe Contreras 52fd972d59 git-completion: fix regression in zsh support 14 years ago
Michał Kiedrowicz 63e7e9d8b6 git-grep: Learn PCRE 14 years ago
Jonathan Nieder dad4277529 completion: move private shopt shim for zsh to __git_ namespace 14 years ago
Michał Kiedrowicz 5a69eaf554 contrib/completion: --line-number to git grep 14 years ago
SZEDER Gábor 3bee6a4733 completion: don't declare 'local words' to make zsh happy 14 years ago
SZEDER Gábor da4902a730 completion: remove unnecessary _get_comp_words_by_ref() invocations 14 years ago
SZEDER Gábor 9244d69b96 completion: don't modify the $cur variable in completion functions 14 years ago
Marius Storm-Olsen b5a49471f0 Automatically autoload bashcompinit for ZSH, when needed 14 years ago
Michael J Gruber 3925b57568 contrib/completion: --notes, --no-notes 14 years ago
Michael J Gruber 6a6ebded7f rev-list --min-parents,--max-parents: doc, test and completion 14 years ago
Jakob Pfender f85a6f0bbb git-completion: Add git help completion for aliases 14 years ago
SZEDER Gábor 1d66ec587e bash: complete 'git diff ...branc<TAB>' 14 years ago
SZEDER Gábor 80152b0943 bash: fix misindented esac statement in __git_complete_file() 14 years ago
Sebastian Schuberth ffe6dc081a mergetool--lib: Add Beyond Compare 3 as a tool 14 years ago
Jay Soffian 5b2af8cac9 bash: teach __git_ps1 about CHERRY_PICK_HEAD 14 years ago
Martin von Zweigbergk 6068ac8848 completion: add missing configuration variables 14 years ago
Tay Ray Chuan 057f327972 bash completion: add basic support for git-reflog 14 years ago
Jonathan Nieder dbda3b1090 bash: simple reimplementation of _get_comp_words_by_ref 14 years ago