]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-rebase--interactive.sh
send-email: use catfile() to concatenate files
[thirdparty/git.git] / git-rebase--interactive.sh
index 4d14b077d22ac030956fa686b637ac86763f05c0..eb2dff55f81b6726340ce26db93bb161087a4857 100755 (executable)
@@ -114,9 +114,9 @@ AUTOSQUASH=
 test "$(git config --bool rebase.autosquash)" = "true" && AUTOSQUASH=t
 NEVER_FF=
 
-GIT_CHERRY_PICK_HELP="  After resolving the conflicts,
-mark the corrected paths with 'git add <paths>', and
-run 'git rebase --continue'"
+GIT_CHERRY_PICK_HELP="\
+hint: after resolving the conflicts, mark the corrected paths
+hint: with 'git add <paths>' and run 'git rebase --continue'"
 export GIT_CHERRY_PICK_HELP
 
 warn () {