summaryrefslogtreecommitdiff
path: root/t/t7512-status-help.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-08-03 15:10:26 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-08-03 15:10:26 -0700
commit5a2f4d3eef5c69ceb94bf25b7a1fb38a2af24921 (patch)
tree5031ca6db0dc305c3bfffc69ff987103b5336b2c /t/t7512-status-help.sh
parentMerge branch 'jk/parse-options-concat' (diff)
parentstatus: suggest 'git merge --abort' when appropriate (diff)
downloadtgif-5a2f4d3eef5c69ceb94bf25b7a1fb38a2af24921.tar.xz
Merge branch 'mm/status-suggest-merge-abort'
"git status" learned to suggest "merge --abort" during a conflicted merge, just like it already suggests "rebase --abort" during a conflicted rebase. * mm/status-suggest-merge-abort: status: suggest 'git merge --abort' when appropriate
Diffstat (limited to 't/t7512-status-help.sh')
-rwxr-xr-xt/t7512-status-help.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh
index 49d19a3b36..5c3db656df 100755
--- a/t/t7512-status-help.sh
+++ b/t/t7512-status-help.sh
@@ -29,6 +29,7 @@ test_expect_success 'status when conflicts unresolved' '
On branch conflicts
You have unmerged paths.
(fix conflicts and run "git commit")
+ (use "git merge --abort" to abort the merge)
Unmerged paths:
(use "git add <file>..." to mark resolution)