]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation/clone: document ignored configuration variables
authorSZEDER Gábor <szeder.dev@gmail.com>
Wed, 14 Nov 2018 10:46:20 +0000 (11:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Nov 2018 04:15:21 +0000 (13:15 +0900)
commit7eae4a3ac4084e6f01bbab2847a399ea5677a099
treebdcd9874e7d1ef8991a9f84a829c3de1d8147384
parent515be8338237c1f0f98ff826ba98f50d1dff5517
Documentation/clone: document ignored configuration variables

Due to limitations in the current implementation, some configuration
variables specified via 'git clone -c var=val' (or 'git -c var=val
clone') are ignored during the initial fetch and checkout.

Let the users know which configuration variables are known to be
ignored ('remote.origin.mirror' and 'remote.origin.tagOpt') under the
documentation of 'git clone -c', along with hints to use the options
'--mirror' and '--no-tags' instead.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt