aboutsummaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-03 15:17:34 -0700
committerJunio C Hamano <gitster@pobox.com>2010-08-03 15:17:34 -0700
commitbb89e84f95a4885dffc9562137139a3ab4f1e05c (patch)
tree3eebeadaeaa0d830516055643287f19171825fec /diff.c
parent7b6e6b3fb25db0e80ec331ed0a1eb8eb9edc2c84 (diff)
parentee38d823f74bd8872c1e793f98a5b5523ee04646 (diff)
downloadgit-bb89e84f95a4885dffc9562137139a3ab4f1e05c.tar.gz
git-bb89e84f95a4885dffc9562137139a3ab4f1e05c.tar.xz
Merge branch 'sv/maint-diff-q-clear-fix' into maint
* sv/maint-diff-q-clear-fix: Fix DIFF_QUEUE_CLEAR refactoring
Diffstat (limited to 'diff.c')
-rw-r--r--diff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diff.c b/diff.c
index 17873f3d9..782896db5 100644
--- a/diff.c
+++ b/diff.c
@@ -2814,7 +2814,6 @@ static void run_checkdiff(struct diff_filepair *p, struct diff_options *o)
void diff_setup(struct diff_options *options)
{
memset(options, 0, sizeof(*options));
- memset(&diff_queued_diff, 0, sizeof(diff_queued_diff));
options->file = stdout;