docs/gitremote-helpers: fix unbalanced quotes
commit2aaf37b62c526f8c4615796e04b1fd4271aa3f29
authorJeff King <peff@peff.net>
Mon, 13 Feb 2017 20:38:35 +0000 (13 15:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2017 20:55:36 +0000 (13 12:55 -0800)
tree0b9f5651a8dbd70accda9da6075533c15f98cc68
parent0202c411edc25940cc381bf317badcdf67670be4
docs/gitremote-helpers: fix unbalanced quotes

Each of these options is missing the closing single-quote on
the option name. This understandably confuses asciidoc,
which ends up rendering a stray quote, like:

  option cloning {'true|false}

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitremote-helpers.txt