git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* support comma-separated fetch specs list?
@ 2020-11-04  3:11 ryenus
  2020-11-04  5:41 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: ryenus @ 2020-11-04  3:11 UTC (permalink / raw)
  To: Git mailing list

It's nice to have negative ref spec support with 2.29 release, so now
we can have

```
[remote "origin"]
  fetch = +refs/heads/*:refs/remotes/origin/*
  fetch = ^refs/heads/gh-pages
```

What about having all the fetch specs put together in one comma-separated list?
Like this:

```
[remote "origin"]
  fetch = +refs/heads/*:refs/remotes/origin/*,^refs/heads/gh-pages
```

Thanks

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

end of thread, other threads:[~2020-11-09 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04  3:11 support comma-separated fetch specs list? ryenus
2020-11-04  5:41 ` Junio C Hamano
2020-11-07 10:11   ` ryenus
2020-11-09 22:45     ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).