434 Commits (665682c9fd81df7e2dc8fe9db28fa5918a2f8ba0)

Author SHA1 Message Date
Jeff King 666ca59a8c Revert "completion: fix shell expansion of items" 13 years ago
Jonathan "Duke" Leto f9db19214a Improve the description of GIT_PS1_SHOWUPSTREAM 13 years ago
Felipe Contreras 25ae7cfd19 completion: fix shell expansion of items 13 years ago
Yacine Belkadi 7dd9ab0c8b completion: add --no-edit to git-commit 13 years ago
Michael J Gruber ca45d0fa84 completion: complete branch name for "branch --set-upstream-to=" 13 years ago
Carlos Martín Nieto 04308e9dc4 completion: add --set-upstream-to and --unset-upstream 13 years ago
Nguyễn Thái Ngọc Duy e17dba8fe1 remote: prefer subcommand name 'remove' to 'rm' 13 years ago
Sebastian Schuberth 755e8b3f35 Add Code Compare v2.80.4 as a merge / diff tool for Windows 13 years ago
SZEDER Gábor b7be4366ea completion: respect $GIT_DIR 13 years ago
SZEDER Gábor 1dad5c14f9 completion: remove credential helpers from porcelain commands 13 years ago
SZEDER Gábor 93b291e071 completion: put main git and gitk completion functions back into git namespace 13 years ago
Junio C Hamano ac3eb1c384 completion: warn people about duplicated function 13 years ago
Felipe Contreras af31a456b4 completion: split __git_ps1 into a separate script 13 years ago
Felipe Contreras 1098ff5a21 completion: remove executable mode 13 years ago
Felipe Contreras b0a4b2d257 completion: add support for backwards compatibility 13 years ago
Felipe Contreras 7f02f3d7ec completion: rename internal helpers _git and _gitk 13 years ago
Felipe Contreras 6b179adfe9 completion: add new __git_complete helper 13 years ago
Felipe Contreras 41e6229db4 completion: simplify __git_complete_revlist_file 13 years ago
SZEDER Gábor 911d5da6f2 completion: fix completion after 'git --option <TAB>' 13 years ago
Jonathan Nieder 3ffcd08688 completion: avoid trailing space for --exec-path 13 years ago
Felipe Contreras 69ef3c0296 completion: add missing general options 13 years ago
Felipe Contreras 3954068128 completion: simplify by using $prev 13 years ago
Felipe Contreras 3bf421ea62 completion: simplify __gitcomp_1 13 years ago
Alex Merry 471dcfdbb2 contrib/completion: "local var=()" is misinterpreted as func-decl by zsh 13 years ago
Zbigniew Jędrzejewski-Szmek df44483a5d diff --stat: add config option to limit graph width 13 years ago
Philip Jägenstedt 6e8c755fd3 completion: normalize increment/decrement style 13 years ago
Philip Jägenstedt f1c6ffe684 completion: remote set-* <name> and <branch> 13 years ago
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
Frederic Heitzmann 7b151f492d completion: add --interactive option to git svn dcommit 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
Adrian Weimann aad0709221 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