commit 4ec14e60ca0e283293b2dc7fafe977fa7baf469e from: Hiltjo Posthuma date: Wed Aug 28 16:20:58 2019 UTC tiny white-space fix commit - 32f0ab8169fd024eab0a430b7dd5735856114645 commit + 4ec14e60ca0e283293b2dc7fafe977fa7baf469e blob - b9cfd915182d9693fd8516b2098a925233fc85cf blob + f3dfdce78c8666ece462c9c92ef5f65827cd80f4 --- got/got.c +++ got/got.c @@ -6206,8 +6206,8 @@ cmd_histedit(int argc, char *argv[]) } - error = histedit_check_script(&histedit_cmds, &commits, repo); - if (error) + error = histedit_check_script(&histedit_cmds, &commits, repo); + if (error) goto done; TAILQ_FOREACH(hle, &histedit_cmds, entry) {