Skip to content

Commit ffb009b

Browse files
committed
amend! sequencer: remove unnecessary "or" in pick_one_commit()
sequencer: remove unnecessary "or" in pick_one_commit() If error_with_patch(..., res, ...) succeeds then it returns "res", if it fails then it returns -1. This means that or-ing the return value with "res" is pointless as the result is the same as the return value. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e9e709a commit ffb009b

0 file changed

File tree

    0 commit comments

    Comments
     (0)