1
0
mirror of https://github.com/git/git.git synced 2024-10-23 02:49:36 +02:00
git/contrib/completion
Jeff King 666ca59a8c Revert "completion: fix shell expansion of items"
This reverts commit 25ae7cfd19c8f21721363c64163cd5d9d1135b20.

That patch does fix expansion of weird variables in some
simple tests, but it also seems to break other things, like
expansion of refs by "git checkout".

While we're sorting out the correct solution, we are much
better with the original bug (people with metacharacters in
their completions occasionally see an error message) than
the current bug (ref completion does not work at all).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-09-25 09:00:28 -07:00
..
git-completion.bash Revert "completion: fix shell expansion of items" 2012-09-25 09:00:28 -07:00
git-prompt.sh Improve the description of GIT_PS1_SHOWUPSTREAM 2012-09-24 12:38:41 -07:00