]> git.ipfire.org Git - thirdparty/git.git/commit - blob.h
Replace parse_blob() with an explanatory comment
authorDaniel Barkalow <barkalow@iabervon.org>
Mon, 18 Jan 2010 18:06:28 +0000 (13:06 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jan 2010 01:04:02 +0000 (17:04 -0800)
commit837d395a5c0b98ab938d71db8e2b6b9f69ddcc4d
tree485fd6f9f5847d8d63d20e865e8d4ad287341001
parent64161a6b23920c96485131fb51d82d8ca13b4e1d
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>
blob.c
blob.h