• Show log

    Commit

  • Hash : 727ae380
    Author : John Fultz
    Date : 2014-11-01T11:21:45

    Make config reading continue after hitting a missing include file.
    
    For example, if you have
    
    [include]
    path = foo
    
    and foo didn't exist, git_config_open_ondisk() would just give up
    on the rest of the file.  Now it ignores the unresolved include
    without error and continues reading the rest of the file.