From: Junio C Hamano Date: Mon, 23 Jan 2006 01:27:52 +0000 (-0800) Subject: clone: do not create remotes/origin nor origin branch in a bare repository. X-Git-Tag: v1.2.0~115^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4fb66a62eeb7bfec115cd0058d7a05ab62fc23e7?hp=4fb66a62eeb7bfec115cd0058d7a05ab62fc23e7 clone: do not create remotes/origin nor origin branch in a bare repository. It is simply pointless, since no merges will ever happen in such a repository. Signed-off-by: Junio C Hamano ---