]> git.proxmox.com Git - libgit2.git/commit
config: store new variables with the internal representation of the section
authorCarlos Martín Nieto <cmn@elego.de>
Tue, 7 Jun 2011 21:32:14 +0000 (23:32 +0200)
committerCarlos Martín Nieto <cmn@elego.de>
Tue, 7 Jun 2011 22:23:12 +0000 (00:23 +0200)
commit3b3577c764ad06cd24bb9047107022abdf6fea90
tree9ad037a7eeaa0379c664868c22f956f45ad570df
parent5ab50417b7d51fff1c88158f0f334f42bfb5a9b7
config: store new variables with the internal representation of the section

The section name should be stored in its case-sensitive variant when
we are adding a new variable. Use the internalize_section function to
do just that.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
src/config_file.c