git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How can I specify multiple refs on one line in the config file?
@ 2008-05-07 21:15 Steve Hoelzer
  2008-05-07 21:33 ` Thomas Adam
  2008-05-07 22:28 ` Jeff King
  0 siblings, 2 replies; 9+ messages in thread
From: Steve Hoelzer @ 2008-05-07 21:15 UTC (permalink / raw)
  To: git mailing list

How can I specify multiple refs on one line in the config file? For
example, I want "git push" to push all heads and all tags by default
so I tried this:

    [remote "origin"]
    	push = refs/heads/* refs/tags/*

That doesn't work, of course, but I imagine it is possible, and I just
can't figure out the syntax.

Thanks,
Steve

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

end of thread, other threads:[~2008-05-08  3:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 21:15 How can I specify multiple refs on one line in the config file? Steve Hoelzer
2008-05-07 21:33 ` Thomas Adam
2008-05-07 22:19   ` Steve Hoelzer
2008-05-07 22:27     ` Miklos Vajna
2008-05-07 22:38       ` Thomas Adam
2008-05-07 23:58         ` Steve Hoelzer
2008-05-07 22:28 ` Jeff King
2008-05-07 22:29   ` Jeff King
2008-05-08  3:32     ` Jeff King

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).