On 2/8/2021 3:31 AM, Li Linchao via GitGitGadget wrote: > Range-diff vs v1: > > 1: 594323684af0 = 1: 2f9602495eb5 builtin/clone.c: add --no-shallow option > -: ------------ > 2: cfcfc3ec6b37 builtin/clone.c: add --reject-shallow option You should rewrite your history to make this one commit again. You can do this by running 'git rebase -i HEAD~2' then editing the todo file to 'squash' the second commit in to the first. You will be prompted to edit the combined commit message, and you should preserve only the message from the second commit. Thanks, -Stolee