]> git.neil.brown.name Git - git.git/commit
Merge branch 'sg/clone-refspec-from-command-line-config' into jch
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2017 22:25:45 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2017 22:25:45 +0000 (15:25 -0700)
commitf8b364ca9c63b4db16bd581e98d37792bcd48425
tree948cf6d21b0925e2de2237935f31e0e66b7444d2
parent8afd0fc0167290479db8b34081b21505701b003b
parentf4a9bd49c7f3d59559dd7f0982b0f840209160fb
Merge branch 'sg/clone-refspec-from-command-line-config' into jch

"git clone -c var=val" is a way to set configuration variables in
the resulting repository, but it is more useful to also make these
variables take effect while the initial clone is happening,
e.g. these configuration variables could be fetch refspecs.

* sg/clone-refspec-from-command-line-config:
  Documentation/clone: document ignored configuration variables
  clone: respect additional configured fetch refspecs during initial fetch
Documentation/git-clone.txt
builtin/clone.c
remote.c
remote.h
t/t5611-clone-config.sh