* [Bug] With "[remotes] group = a b c", "git push group" does not work
@ 2025-09-02 18:02 Junio C Hamano
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2025-09-02 18:02 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).