author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Wed, 4 Jul 2007 18:05:46 +0000 (19:05 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 6 Jul 2007 07:22:12 +0000 (00:22 -0700) | ||
commit | 30b250104d9307e1225031c7fc39b66643265ed1 | |
tree | 73b3d00a0e5743a1a4b70937c9f83c78224e6609 | tree | snapshot |
parent | 29a3eefde111f6a24292163c4308f00ab3572627 | commit | diff |
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-blame.c | diff | blob | history | |
builtin-rerere.c | diff | blob | history | |
combine-diff.c | diff | blob | history | |
diff.c | diff | blob | history | |
merge-file.c | diff | blob | history | |
merge-tree.c | diff | blob | history |