read-tree: replace bracket set with parentheses to clarify usage
commit9476c2c39e1af1ebe00d061a852b9d56553d8d1f
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 27 Aug 2015 04:27:06 +0000 (26 22:27 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2015 19:01:37 +0000 (28 12:01 -0700)
treee600c7564e327556cef110162f7a5bdbe1fc5493
parent230c6cdb00cddd5f4f1084e6855214da93642219
read-tree: replace bracket set with parentheses to clarify usage

-u and -i can only be given if -m, --reset, or --prefix is given.
Without parentheses, it looks like -u and -i can be used no matter
what, and the second pair of brackets is confusing.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/read-tree.c