diff options
author | Jeff King <peff@peff.net> | 2014-10-15 18:33:13 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-16 10:10:35 -0700 |
commit | fe1b22686f26bed3047294cc4552e50ce58fa954 (patch) | |
tree | 76003cce3bc3e009618e1ff1956924a1c1e52562 /git-compat-util.h | |
parent | a136f6d8ff290ab486c85cd12d1a9a47d53b432d (diff) | |
download | git-fe1b22686f26bed3047294cc4552e50ce58fa954.tar.gz |
foreach_alt_odb: propagate return value from callback
We check the return value of the callback and stop iterating
if it is non-zero. However, we do not make the non-zero
return value available to the caller, so they have no way of
knowing whether the operation succeeded or not (technically
they can keep their own error flag in the callback data, but
that is unlike our other for_each functions).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-compat-util.h')
0 files changed, 0 insertions, 0 deletions