#660 Move warnings from missing Git repo to debug level
Merged by onosek. Opened by oturpe.
oturpe/rpkg silence-harmless-git-warnings  into  master

Download 660.patch

Currently, all use outside of a Git repository prints the following
warnings:

Failed to get repository name from Git url or pushurl
Failed to get ns from Git url or pushurl

Since there are valid use cases for running outside of Git repository
(such as working on a new package) and many operations work perfectly
fine, and in case of errors, a more descriptive error is also printed,
these notifications moved to debug level logging.

Fixes #659.

Signed-off-by: Otto Liljalaakso otto.liljalaakso@iki.fi

rebased onto e9d386e962ead9515f082068089b6d9f0c6e8b57

OK, let's do this. Thanks.

Pull-Request has been merged by onosek

Metadata