Thread (66 messages) flat view 66 messages, 5 authors, 2021-08-11

Re: [GSoC] [PATCH v5 1/9] submodule--helper: add options for compute_submodule_clone_url()

From: Atharva Raykar <hidden>
Date: 2021-08-11 10:31:01

Bagas Sanjaya [off-list ref] writes:
On 10/08/21 18.46, Atharva Raykar wrote:
quoted
  	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.
That line was too long, and given that I was moving the function and
changing it a little bit, I decided to make it adhere more closely to
the CodingGuidelines [1] and local convention.

[1] https://github.com/git/git/blob/6c85aac65fb455af85745130ce35ddae4678db84/Documentation/CodingGuidelines#L190
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help