commit | 77aa93481d1b12372a70959de58917ff815b3bc6 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Aug 02 16:06:29 2013 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Aug 02 16:07:45 2013 -0700 |
tree | 5c8faed225c6bfd17622b00976c5bc8e791ed801 | |
parent | e69fa70f486f437788feef71f8b83c286ae5e701 [diff] |
send-pack: fix parsing of --force-with-lease option 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>