From: martin f. krafft Date: Thu, 25 Oct 2007 21:35:00 +0000 (+0200) Subject: Refactor repository type detection X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/22abbafff6704623678e9c65b7aaa5f2a6339fb0?hp=22abbafff6704623678e9c65b7aaa5f2a6339fb0 Refactor repository type detection Repo type is now detected in get_repo_type() and case statements are used instead of the if/elif/else/fi statements. ---