Jeff King <peff@xxxxxxxx> writes: > I'm trying to figure out why "fetch --multiple" wouldn't just take a url > in the first place. I guess it is because multiple fetch is useless > without refspecs (since otherwise you're just writing to FETCH_HEAD, > which gets immediately overwritten). This is probably a tangent, if FETCH_HEAD is overwritten, wouldn't that be a bug in the implementation of --multiple? I somehow thought we had an option to tell second and subsequent "fetch" to append to FETCH_HEAD instead of overwriting it.