]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
short i/o: fix config updates to use write_in_full
authorAndy Whitcroft <apw@shadowen.org>
Mon, 8 Jan 2007 15:58:38 +0000 (15:58 +0000)
committerJunio C Hamano <junkio@cox.net>
Mon, 8 Jan 2007 23:44:47 +0000 (15:44 -0800)
commit480c9e521bdc0b6f7e90d3901d4ffc1f57f57a5e
treec560988f5e0fab0f64cac95f363692fc6366970f
parent93822c2239a336e5cb583549071c59202ef6c5b2
short i/o: fix config updates to use write_in_full

We need to check that the writes we perform during the update of
the users configuration work.  Convert to using write_in_full().

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
config.c