From f356578b5b12bb8ab2852fc085d1411d09e98045 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 9 Oct 2022 17:12:19 -0700 Subject: [PATCH] cli: clarify that the "first" commit created by `split` is the parent This came up in discussion #620. --- src/commands.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands.rs b/src/commands.rs index fcec29723..e93532b9b 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -2967,8 +2967,8 @@ You are splitting a commit in two: {} The diff initially shows the changes in the commit you're splitting. Adjust the right side until it shows the contents you want for the first -commit. The remainder will be in the second commit. If you don't make -any changes, then the operation will be aborted. +(parent) commit. The remainder will be in the second commit. If you +don't make any changes, then the operation will be aborted. ", short_commit_description(&commit) );