diff options
author | Ronnie Sahlberg <sahlberg@google.com> | 2014-05-19 19:42:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-03 19:04:08 +0200 |
commit | 93a644ea9d3702cc1cc62c0d413f81f8e46fabe7 (patch) | |
tree | 5a979693e1d3c05ced16fde95b012f6d951e496f /log-tree.c | |
parent | refs.c: update ref_transaction_delete to check for error and return status (diff) | |
download | git-93a644ea9d3702cc1cc62c0d413f81f8e46fabe7.tar.xz git-93a644ea9d3702cc1cc62c0d413f81f8e46fabe7.zip |
refs.c: make ref_transaction_begin take an err argument
Add an err argument to _begin so that on non-fatal failures in future ref
backends we can report a nice error back to the caller.
While _begin can currently never fail for other reasons than OOM, in which
case we die() anyway, we may add other types of backends in the future.
For example, a hypothetical MySQL backend could fail in _begin with
"Can not connect to MySQL server. No route to host".
Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Reviewed-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'log-tree.c')
0 files changed, 0 insertions, 0 deletions