From: Johannes Schindelin Date: Fri, 1 Aug 2008 14:01:36 +0000 (+0200) Subject: clone --bare: Add ".git" suffix to the directory name to clone into X-Git-Tag: v1.6.0-rc2~32 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6612f877cc94e80cd0c7393a8ea6bfea69146b3c?ds=inline;hp=6612f877cc94e80cd0c7393a8ea6bfea69146b3c clone --bare: Add ".git" suffix to the directory name to clone into We have a tradition that bare repositories live in directories ending in ".git". To make this more a convention than just a tradition, teach "git clone --bare" to add a ".git" suffix to the directory name. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---