Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
unpack_trees(): fix diff-index regression.
[gitweb.git]
/
unpack-trees.c
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 5a0f0382b8fac910f71eddfc77a42058c67da576..be89d52e8c55d71fe7dff2e7e2f6d6d5f8a7ca16 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-116,7
+116,6
@@
static int unpack_index_entry(struct cache_entry *ce, struct unpack_trees_option
add_entry(o, ce, 0, 0);
return 0;
}
- return 0;
}
return call_unpack_fn(src, o);
}
@@
-286,7
+285,6
@@
static int unpack_callback(int n, unsigned long mask, unsigned long dirmask, str
add_entry(o, ce, 0, 0);
return mask;
}
- continue;
}
src[0] = ce;
}