author | Daniel Barkalow <barkalow@iabervon.org> | |
Mon, 18 Jan 2010 18:06:28 +0000 (13:06 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Jan 2010 01:04:02 +0000 (17:04 -0800) | ||
commit | 837d395a5c0b98ab938d71db8e2b6b9f69ddcc4d | |
tree | 485fd6f9f5847d8d63d20e865e8d4ad287341001 | tree | snapshot |
parent | 64161a6b23920c96485131fb51d82d8ca13b4e1d | commit | diff |
Replace parse_blob() with an explanatory comment
parse_blob() has never actually been used; it has served simply to
avoid having a confusing gap in the API. Instead of leaving it, put in
a comment that explains what "parsing a blob" entails (making sure the
object is actually readable), and why code might care whether a blob
has been parsed or not.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse_blob() has never actually been used; it has served simply to
avoid having a confusing gap in the API. Instead of leaving it, put in
a comment that explains what "parsing a blob" entails (making sure the
object is actually readable), and why code might care whether a blob
has been parsed or not.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
blob.c | diff | blob | history | |
blob.h | diff | blob | history |