Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH] git-fetch: avoid local fetching from alternate (again)

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:43:48

Shawn O. Pearce schrieb:
+	err = start_command(&revlist);
+	if (!err)
+		err |= finish_command(&revlist);
There's a short-hand:

	err = run_command(&revlist);

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help