]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-name.c
sha1_name.c: correct misnamed "canonical" and "res"
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Jun 2012 05:35:43 +0000 (22:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jul 2012 17:24:15 +0000 (10:24 -0700)
commit1703f9aa0b87d52278489029d538ef1a4aa37432
tree76b1782858d74a76946c83d67514f05df32f3db5
parentf703e6ea5e3bc7ff39b3ef6d3a21208fb63dfabd
sha1_name.c: correct misnamed "canonical" and "res"

These are hexadecimal and binary representation of the short object
name given to the callchain as its input.  Rename them with _pfx
suffix to make it clear they are prefixes, and call them hex and bin
respectively.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_name.c