git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Should 'git config' support key with dot such as 'a.b'
@ 2008-03-14  8:24 Ping Yin
  2008-03-14 10:39 ` Johannes Schindelin
  2008-03-17  1:00 ` Xavier Maillard
  0 siblings, 2 replies; 7+ messages in thread
From: Ping Yin @ 2008-03-14  8:24 UTC (permalink / raw)
  To: Git Mailing List

I find it is so annoying to write submodule definition as follows
(yeah, only url, without path)

------------------------------
[submodule 'crawler']
    url = url1
[submodule 'search']
    url = url2
------------------------------

I think the following form is more simple
---------------------------------
[submodule]
     crawler.url = url1
     search.url = url2
---------------------------------

So, could we support such simpler form?


-- 
Ping Yin

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

end of thread, other threads:[~2008-03-18  0:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-14  8:24 Should 'git config' support key with dot such as 'a.b' Ping Yin
2008-03-14 10:39 ` Johannes Schindelin
2008-03-18  0:40   ` Ping Yin
2008-03-18  0:42     ` Junio C Hamano
2008-03-17  1:00 ` Xavier Maillard
2008-03-17  8:48   ` Frank Lichtenheld
2008-03-17  9:03     ` Frank Lichtenheld

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