Thread (56 messages) flat view 56 messages, 4 authors, 2020-07-15

Re: [PATCH 5/8] builtin/commit-graph.c: dereference tags in builtin

From: Taylor Blau <hidden>
Date: 2020-05-05 16:14:46

On Tue, May 05, 2020 at 08:01:29AM -0400, Derrick Stolee wrote:
On 5/4/2020 9:13 PM, Taylor Blau wrote:
quoted
@@ -228,18 +240,25 @@ static int graph_write(int argc, const char **argv)
 		if (opts.stdin_commits) {
 			oidset_init(&commits, 0);
 			flags |= COMMIT_GRAPH_WRITE_CHECK_OIDS;
+			if (opts.progress)
+				progress = start_delayed_progress(
+					_("Analyzing commits from stdin"), 0);
The code functions as you intend and is an improvement. Similar to my
earlier suggestion to use something like "Collecting referenced commits"
for the --reachable case, perhaps this could be "Collecting commits from input"?
Yep, making these consistent with one another is a good thing to do,
thanks.
Thanks,
-Stolee
Thanks,
Taylor
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help