On 28/01/2018 16:57, brian m. carlson wrote:
- if (last && last->data.buf && last->depth < max_depth && dat->len > 20)
{
+ if (last && last->data.buf && last->depth < max_depth && dat->len >
the_hash_algo->rawsz) {
At this point line is almost 100 characters long - maybe it's time
Switch various uses of explicit calls to SHA-1 to use the_hash_algo.
Convert various uses of 20 and the GIT_SHA1 constants as well.
Signed-off-by: brian m. carlson
---
fast-import.c | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/fas
2 matches
Mail list logo