public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug] With "[remotes] group = a b c", "git push group" does not work
@ 2025-09-02 18:02 Junio C Hamano
  2025-12-26 18:57 ` Usman Akinyemi
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2025-09-02 18:02 UTC (permalink / raw)
  To: git

... even though "git fetch group" does and acts as if we did "git
fetch a; git fetch b; git fetch c".

Yes, I know it does not work, but I think it should.

Expose get_remote_group() and struct remote_group_data out of
builtin/fetch.c, probably move them to remote.c, and have
builtin/{fetch,push}.c use them, or something.

It probably is a good #leftoverbits microproject material, albeit on
a bit larger side.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-26 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 18:02 [Bug] With "[remotes] group = a b c", "git push group" does not work Junio C Hamano
2025-12-26 18:57 ` Usman Akinyemi
2026-02-26 21:54   ` Junio C Hamano
2026-02-26 21:59     ` Usman Akinyemi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox