From: Shawn Pearce Date: Fri, 19 May 2006 09:15:28 +0000 (-0400) Subject: Correct force_write bug in refs.c X-Git-Tag: v1.4.0-rc1~11^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8fe92775f38621f2855fb94e404b9798cdcd98cc?hp=8fe92775f38621f2855fb94e404b9798cdcd98cc Correct force_write bug in refs.c My earlier attempt at forcing a write for non-existant refs worked; it forced a write for pretty much all refs. This corrects the condition to only force a write for refs which don't exist yet. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---