Thread (1 message) 1 message, 1 author, 2020-08-07

Re: [RFC PATCH 4/7] fetch: --stdin

From: Junio C Hamano <hidden>
Date: 2020-08-07 21:58:41

Jonathan Tan [off-list ref] writes:
Yes, and I only implemented the reading in fetch_one() because
fetch_multiple() does not read additional refspecs from the command-line
(it does not take "argv"). Looking at the code, this seems to be on
purpose - there is the error message "fetch --all does not make sense
with refspecs", and when --multiple is set, all args are assumed to be
remotes.
OK, that does make sense.  so the multiple one is just a short-hand
for 

	for remote in ...
	do
		git fetch $remote
	done
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help