From: martin f. krafft Date: Thu, 25 Oct 2007 23:11:08 +0000 (+0200) Subject: Do not fail determining git url X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/e7a82f206d14cbaad72df80de8844feadbe5a24b?hp=e7a82f206d14cbaad72df80de8844feadbe5a24b Do not fail determining git url If no remote URL is in GIT_CONFIG, git-config returns non-zero and thus causes the script to fail due to set -e. We test for $url anyway, so we can just keep going here. ---