Merge branch 'fc/completion-tests'
commit745ef0625b0eb93d1be68dd4160d0d85fbb4cc0f
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2012 21:41:22 +0000 (24 14:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2012 21:41:22 +0000 (24 14:41 -0700)
treed666a8dde318dec6bd1e60c1761724777544c72c
parent8939cfb5cf576679fe9b533718d5552f71748ee3
parent911d5da6f20e28cfe16ea539a4f1b86293a7280e
Merge branch 'fc/completion-tests'

By Felipe Contreras (4) and others
* fc/completion-tests:
  completion: fix completion after 'git --option <TAB>'
  completion: avoid trailing space for --exec-path
  completion: add missing general options
  completion: simplify by using $prev
  completion: simplify __gitcomp_1
  tests: add tests for the __gitcomp() completion helper function
  tests: add initial bash completion tests