commit | e74435a5169b56be901196ad172b4dbda124254d | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu Oct 24 13:59:49 2013 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Oct 24 15:44:18 2013 -0700 |
tree | eb79a21e602ba8904d4f917f95b720bb4096f5ba | |
parent | 3d092bfc6f2d9a998967979f926c661e9762601c [diff] |
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>