setup.c: check that the pathspec magic ends with ")"
commitf612a67eac32d73d781503d39077371977d46eae
authorAndrew Wong <andrew.kw.w@gmail.com>
Sat, 9 Mar 2013 23:46:00 +0000 (9 18:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2013 16:39:36 +0000 (14 09:39 -0700)
tree60641e0f30550d598940fecb348990782a318ffe
parent772e47cd673e048adb0f7b663617ec70e0cfe598
setup.c: check that the pathspec magic ends with ")"

The previous code did not diagnose an incorrectly spelled ":(top"
as an error.

Signed-off-by: Andrew Wong <andrew.kw.w@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c