• Show log

    Commit

  • Hash : fbbfdf9f
    Author : Shawn O. Pearce
    Date : 2008-11-03T16:29:56

    Move GIT_NORETURN into test_lib.h only
    
    We should never have a noreturn style function in the library
    itself, as such a function would prevent the calling application
    from handling error conditions the way it wants.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>