init-db, rev-parse --git-dir: do not append redundant slash
commitd06f15d9c0c2b072e5eebf87fa93ee9a899ed642
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 14 Feb 2010 15:44:42 +0000 (14 22:44 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Feb 2010 21:21:39 +0000 (14 13:21 -0800)
treea8372029772fece69bbd793389e2a886628dfd92
parented0cb46ebb020234da94a843ca341dde8e9e3911
init-db, rev-parse --git-dir: do not append redundant slash

If git_dir already has the trailing slash, don't put another one
before .git. This only happens when git_dir is '/' or 'C:/'

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-init-db.c
builtin-rev-parse.c