X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/17e94a28e3d140ba3f32c6e90ddec3daee87fd12..e7a82f206d14cbaad72df80de8844feadbe5a24b:/mr?ds=sidebyside diff --git a/mr b/mr index c1ccaee..f5c37af 100755 --- a/mr +++ b/mr @@ -1100,7 +1100,7 @@ register = non-bare) config=.git/config;; bare|fake-bare) config=config;; esac - url="$(LANG=C GIT_CONFIG="$config" git-config --get remote.origin.url)" + url="$(LANG=C GIT_CONFIG="$config" git-config --get remote.origin.url)" || : if [ -z "$url" ]; then error "cannot determine git url" fi