send-pack: fix parsing of --force-with-lease option
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Aug 2013 23:06:29 +0000 (16:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Aug 2013 23:07:45 +0000 (16:07 -0700)
The last argument for parse_push_cas_option() is if it is "unset"
(i.e. --no-force-with-lease), and we are parsing the option with an
explicit value here, so it has to be 0.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found