bash: remove redundant check for 'git stash apply' options
commit5a7ebd4faab1430a6d4daef0636345709139e3b4
authorSZEDER Gábor <szeder@ira.uka.de>
Wed, 6 Aug 2008 15:45:23 +0000 (6 17:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Aug 2008 23:10:39 +0000 (8 16:10 -0700)
tree5c7295fe7b254e5ce9a8e759b8314e355ac37064
parentb13d44093bac2eb75f37be01f0e369290211472c
bash: remove redundant check for 'git stash apply' options

It will never trigger anyway because of the first check, and even if it
would, it would not offer the command line option.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash