diff options
Diffstat (limited to 'pkt-line.h')
-rw-r--r-- | pkt-line.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkt-line.h b/pkt-line.h index 5b373fe4cd..8c90daa59e 100644 --- a/pkt-line.h +++ b/pkt-line.h @@ -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; }; /* |