diff options
author | Ralf Thielow <ralf.thielow@googlemail.com> | 2010-12-01 20:15:59 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-01 13:16:39 -0800 |
commit | df5d43be1f721b0ede37097b815463ceb43b0449 (patch) | |
tree | faa4802ac818d0f0dc307dbea1fc01e08e27a251 /contrib | |
parent | 208247adb9fc3702f87c6ec3fc26bd85d10d73e6 (diff) | |
download | git-df5d43be1f721b0ede37097b815463ceb43b0449.tar.gz |
commit.c: Remove backward goto in read_craft_line()
Bad graft data is noticed in several places in read_graft_line(), and in
each case we go back to the first site of detection. It in general is a
better style to have an exception handling out of line from the main
codepath and make error codepath jump forward.
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions