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 954eec8719..be1010d34e 100644 --- a/pkt-line.h +++ b/pkt-line.h @@ -194,6 +194,9 @@ struct packet_reader { /* hash algorithm in use */ const struct git_hash_algo *hash_algo; + + /* hold temporary sideband message */ + struct strbuf scratch; }; /* |