• Show log

    Commit

  • Hash : ff8d2eb1
    Author : Patrick Steinhardt
    Date : 2017-03-20T09:34:25

    blame_git: check return value of object lookup The function `pass_whole_blame` performs an object lookup but does not check if the lookup actually succeeds. Convert the function to return an error code and check for it in the calling function.