sha1write: make buffer const-correct
commite74435a5169b56be901196ad172b4dbda124254d
authorJeff King <peff@peff.net>
Thu, 24 Oct 2013 17:59:49 +0000 (24 13:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2013 22:44:18 +0000 (24 15:44 -0700)
treeeb79a21e602ba8904d4f917f95b720bb4096f5ba
parent3d092bfc6f2d9a998967979f926c661e9762601c
sha1write: make buffer const-correct

We are passed a "void *" and write it out without ever
touching it; let's indicate that by using "const".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
csum-file.c
csum-file.h