summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorLibravatar Ronnie Sahlberg <sahlberg@google.com>2014-06-20 07:42:44 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-07-14 11:54:40 -0700
commitf1c9350ad784eca97184b73973fad353baa99a1d (patch)
tree17a7432e66a56d24eaf749cbcbd72cac0cf10945 /utf8.c
parentrefs.c: ref_transaction_commit should not free the transaction (diff)
downloadtgif-f1c9350ad784eca97184b73973fad353baa99a1d.tar.xz
refs.c: constify the sha arguments for ref_transaction_create|delete|update
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*. Some functions, such as fast_forward_to(), already have its old/new sha1 arguments as consts. This function will at some point need to use ref_transaction_update() in which case this change is required. Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Ronnie Sahlberg <sahlberg@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> Acked-by: Michael Haggerty <mhagger@alum.mit.edu>
Diffstat (limited to 'utf8.c')
0 files changed, 0 insertions, 0 deletions