author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 16 Jan 2007 05:35:41 +0000 (00:35 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 16 Jan 2007 05:35:41 +0000 (00:35 -0500) | ||
commit | 6cf092619376f5bf60987f146d142497ded2f718 | |
tree | 2129ce8388a07fe60f2a9796ecd72cb5829cb727 | tree | snapshot |
parent | 0ea9f045f4eaa1d37c6b318d9d6849a4f447b997 | commit | diff |
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>
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 | diff | blob | history |