On Mon, Feb 26, 2018 at 4:11 AM, brian m. carlson
wrote:
> @@ -465,7 +465,7 @@ static void write_one(struct strbuf *buffer, struct
> cache_tree *it,
> #endif
>
> if (0 <= it->entry_count) {
> - strbuf_add(buffer, it->oid.hash, 20);
> + strbuf_add(buffer, it->o
Convert the remaining portions of cache-tree.c to use struct object_id.
Convert several instances of 20 to use the_hash_algo instead.
Signed-off-by: brian m. carlson
---
cache-tree.c | 26 +-
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/cache-tree.c b/c
2 matches
Mail list logo