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.
Currently, all use outside of a Git repository prints the following
warnings:
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