• Show log

    Commit

  • Hash : bf6bebe2
    Author : Russell Belfer
    Date : 2013-05-01T15:23:40

    Factor out some code that needed to clear errors
    
    A number of places were looking up option config values and then
    not clearing the error codes if the values were not found.  This
    moves the repeated pattern into a shared routine and adds the
    extra call to giterr_clear() when needed.