pub const C2S_GIT_LOG_WATCH: u8 = 0xA8;Expand description
Subscribe to a live log of a spec: [0xA8][log_id:2][repo_id:2][flags:1][limit:2][spec_len:2][spec:N]
The server resolves spec and pushes a GIT_LOG_PAGE, re-emitting
whenever the resolved endpoints move (a ref the spec names changes).
log_id is a client-assigned subscription id (unique per connection).
flags are the same GIT_LOG_* bits.