git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to setup bash completion for alias of git command
@ 2013-01-12 14:30 Ping Yin
  2013-01-13  3:13 ` Ping Yin
  2013-01-20 11:14 ` Jonathan Nieder
  0 siblings, 2 replies; 4+ messages in thread
From: Ping Yin @ 2013-01-12 14:30 UTC (permalink / raw)
  To: git mailing list

Following setup works for me  in ubuntu (10.04,11.04) for a long time

alias gtlg='git log'
complete -o default -o nospace -F _git_log gtlg

However, in debian (testing, wheezy), it doesn't work

$ gtlg or<TAB>
gtlg or-bash: [: 1: unary operator expected
-bash: [: 1: unary operator expected

$ git --version
git version 1.7.10

Can anybody help?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-21  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 14:30 How to setup bash completion for alias of git command Ping Yin
2013-01-13  3:13 ` Ping Yin
2013-01-20 11:14 ` Jonathan Nieder
2013-01-21  3:55   ` Ping Yin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).