• Show log

    Commit

  • Hash : e1e90dcc
    Author : Patrick Steinhardt
    Date : 2018-01-09T14:52:34

    config_file: avoid free'ing OOM buffers
    
    Buffers which ran out of memory will never have any memory attached to
    them. As such, it is not necessary to call `git_buf_free` if the buffer
    is out of memory.