Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sv/maint-diff-q-clear-fix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 3 Aug 2010 22:17:34 +0000
(15:17 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 3 Aug 2010 22:17:34 +0000
(15:17 -0700)
* sv/maint-diff-q-clear-fix:
Fix DIFF_QUEUE_CLEAR refactoring
diff.c
patch
|
blob
|
history
raw
(from parent 1:
7b6e6b3
)
diff --git
a/diff.c
b/diff.c
index 17873f3d9e88fccbf98e790d243397dcc4ccb24b..782896db55e686608aecf911e3ecb3ce129b6de5 100644
(file)
--- 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;