diff options
author | Ronnie Sahlberg <sahlberg@google.com> | 2014-04-16 11:56:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-17 12:57:13 -0700 |
commit | 55a5c8d72b03ad3727b89900069a1d58664fe5e4 (patch) | |
tree | bef05af1d24237fb702958193898c2df1305bda2 /git-resolve.sh | |
parent | 651ab9f553a1fd8bb847bd42922dacb14f8ec77f (diff) | |
download | git-rs/ref-update-check-errors-early.tar.gz |
commit.c: check for lock error and return earlyrs/ref-update-check-errors-early
Move the check for the lock failure to happen immediately after
lock_any_ref_for_update(). Previously the lock and the
check-if-lock-failed was separated by a handful of string
manipulation statements.
Moving the check to occur immediately after the failed lock makes
the code slightly easier to read and makes it follow the pattern of
try-to-take-a-lock();
if (check-if-lock-failed) {
error();
}
Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-resolve.sh')
0 files changed, 0 insertions, 0 deletions