Merge branch 'rt/maint-clone-single'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Oct 2012 19:58:10 +0000 (12:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Oct 2012 19:58:10 +0000 (12:58 -0700)
Running "git fetch" in a repository made with "git clone --single"
slurps all the branches, defeating the point of "--single".

* rt/maint-clone-single:
  clone --single: limit the fetch refspec to fetched branch

1  2 
Documentation/git-clone.txt
builtin/clone.c

Simple merge
diff --cc builtin/clone.c
Simple merge