• Show log

    Commit

  • Hash : 7dd8a9f7
    Author : Shawn O. Pearce
    Date : 2008-12-30T23:26:38

    Set GIT_EOSERR when the OS errno should be consulted
    
    This error code indicates the OS error code has a better value
    describing the last error, as it is likely a network or local
    file IO problem identified by a C library function call.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>