]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Replace redundant yread() with read_in_full() in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 16 Jan 2007 05:35:41 +0000 (00:35 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Jan 2007 05:35:41 +0000 (00:35 -0500)
commit6cf092619376f5bf60987f146d142497ded2f718
tree2129ce8388a07fe60f2a9796ecd72cb5829cb727
parent0ea9f045f4eaa1d37c6b318d9d6849a4f447b997
Replace redundant yread() with read_in_full() in fast-import.

Prior to git having read_in_full() fast-import used its own private
function yread to perform the header reading task.  No sense in
keeping that around now that read_in_full is a public, stable
function.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c