From: martin f. krafft <madduck@madduck.net>
Date: Tue, 6 May 2008 20:47:29 +0000 (+0100)
Subject: Proper detection of VCS type
X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/fd9312417d57c0c41e23395bece4be00c94dc8df?ds=inline;hp=fd9312417d57c0c41e23395bece4be00c94dc8df

Proper detection of VCS type

we can't just run e.g. a git command because that wouldn't find another repo
type in a subdir of a git repo. so we do it iteratively by checking for the
directories, which is suboptimal but should work.
---