• Show log

    Commit

  • Hash : 3e9e6909
    Author : Shawn O. Pearce
    Date : 2008-11-03T17:14:25

    Redefine git_fread, git_fwrite to transfer the whole unit
    
    We never want to accept a short read or a short write when
    transferring data to or from a local file.
    
    Either the entire read (or write) completes or the operation
    failed and we will not recover gracefully from it.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>