Merge branch 'rt/maint-clone-single' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Oct 2012 18:34:02 +0000 (11:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Oct 2012 18:34:02 +0000 (11:34 -0700)
commit9b4030cd98c7fa564905979d075aaf1312de8567
tree505dd98ba2a8259e1e4fb18b1a97bca142594407
parent63c0c2c8a0be285be5c3dec6191540d60489b8a0
parent31b808a03290a4f87c571cc1c61f26d8a03c7025
Merge branch 'rt/maint-clone-single' into maint

A repository created with "git clone --single" had its fetch
refspecs set up just like a clone without "--single", leading the
subsequent "git fetch" to slurp all the other branches, defeating
the whole point of specifying "only this branch".

* rt/maint-clone-single:
  clone --single: limit the fetch refspec to fetched branch
Documentation/git-clone.txt
builtin/clone.c