Git development
 help / color / mirror / Atom feed
* [BUG] git config does not reuse section name
@ 2009-12-07 17:06 Yakup Akbay
  2009-12-07 20:04 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Yakup Akbay @ 2009-12-07 17:06 UTC (permalink / raw)
  To: git

When I repeat the following n times

    $ git config color.ui always
    $ git config --unset color.ui


it ends up the section name [color] n times in the .git/config file.



like this for n=4:

    [color]
    [color]
    [color]
    [color]


Using git version 1.6.5.3 (I don't know whether this is already fixed in 
in later versions)

Yakup

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

end of thread, other threads:[~2009-12-08  3:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07 17:06 [BUG] git config does not reuse section name Yakup Akbay
2009-12-07 20:04 ` Junio C Hamano
2009-12-07 20:23   ` Sverre Rabbelier
2009-12-07 20:54     ` Junio C Hamano
2009-12-08  2:05     ` Johannes Schindelin
2009-12-08  2:01   ` Johannes Schindelin
2009-12-08  3:27     ` 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