Re: [PATCH v8 01/44] refs.c: constify the sha arguments for ref_transaction_create|delete|update
From: Jonathan Nieder <hidden> Date: 2016-06-15 23:01:10
Ronnie Sahlberg wrote:
ref_transaction_create|delete|update has no need to modify the sha1
arguments passed to it so it should use const unsigned char* instead
of unsigned char*.
Obviously good.
Reviewed-by: Jonathan Nieder <redacted>