Commit ff8d2eb15f145640c3b54755b460a06b24f0ca0e

Patrick Steinhardt 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.