From: Yakup Akbay <yakbay@ubicom.com>
To: git@vger.kernel.org
Subject: [BUG] git config does not reuse section name
Date: Mon, 07 Dec 2009 19:06:19 +0200 [thread overview]
Message-ID: <4B1D360B.4070203@ubicom.com> (raw)
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
next reply other threads:[~2009-12-07 19:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-07 17:06 Yakup Akbay [this message]
2009-12-07 20:04 ` [BUG] git config does not reuse section name 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B1D360B.4070203@ubicom.com \
--to=yakbay@ubicom.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.