On 10/08/21 18.46, Atharva Raykar wrote:
if (git_config_get_string(remotesb.buf, &remoteurl)) { - warning(_("could not look up configuration '%s'. Assuming this repository is its own authoritative upstream."), remotesb.buf); + if (!quiet) + warning(_("could not look up configuration '%s'. " + "Assuming this repository is its own " + "authoritative upstream."), + remotesb.buf); remoteurl = xgetcwd(); }
Why did you split warning message? We could keep that in one line. -- An old man doll... just what I always wanted! - Clara