]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pkt-line.h
Merge branch 'bc/sha-256-part-2'
[thirdparty/git.git] / pkt-line.h
index 5b373fe4cdaae2d1446fb86d4fb0762aaac764f5..8c90daa59ef0ca5f32202a1bcf52583b3f324e4f 100644 (file)
@@ -177,6 +177,9 @@ struct packet_reader {
 
        unsigned use_sideband : 1;
        const char *me;
+
+       /* hash algorithm in use */
+       const struct git_hash_algo *hash_algo;
 };
 
 /*