Merge branch 'fc/completion-tests' into next
commit9b423260ab83d268027bb6b2290895101c174fcf
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Apr 2012 20:38:31 +0000 (23 13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Apr 2012 20:38:32 +0000 (23 13:38 -0700)
tree2d0b35db563f9753df3723f7a37fc592c425704f
parenta9bd2369ff06d5448b38972c578c676872265931
parent911d5da6f20e28cfe16ea539a4f1b86293a7280e
Merge branch 'fc/completion-tests' into next

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