Future-proof source for changes in xdemitconf_t
authorJohannes Schindelin <redacted>
Wed, 4 Jul 2007 18:05:46 +0000 (19:05 +0100)
committerJunio C Hamano <redacted>
Fri, 6 Jul 2007 07:22:12 +0000 (00:22 -0700)
commit30b250104d9307e1225031c7fc39b66643265ed1
tree73b3d00a0e5743a1a4b70937c9f83c78224e6609
parent29a3eefde111f6a24292163c4308f00ab3572627
Future-proof source for changes in xdemitconf_t

The instances of xdemitconf_t were initialized member by member.
Instead, initialize them to all zero, so we do not have
to update those places each time we introduce a new member.

[jc: minimally fixed by getting rid of a new global]

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-blame.c
builtin-rerere.c
combine-diff.c
diff.c
merge-file.c
merge-tree.c
git clone https://git.99rst.org/PROJECT