File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,8 @@ subrepo:push() {
646
646
if ! $force_wanted ; then
647
647
o " Make sure '$branch_name ' contains the '$refs_subrepo_fetch ' HEAD."
648
648
if ! git:commit-in-rev-list " $upstream_head_commit " " $branch_name " ; then
649
- error " Can't commit: '$branch_name ' doesn't contain upstream HEAD."
649
+ error " Can't commit: '$branch_name ' doesn't contain upstream HEAD: " \
650
+ " $upstream_head_commit "
650
651
fi
651
652
fi
652
653
@@ -1392,7 +1393,7 @@ assert-environment-ok() {
1392
1393
error " Can't find your 'git' command in '$PATH '."
1393
1394
local git_version=$( git --version)
1394
1395
if ! git worktree list & > /dev/null; then
1395
- error " Requires git version 2.5 or higher; you have '$git_version '."
1396
+ error " Requires git version 2.7 or higher; you have '$git_version '."
1396
1397
fi
1397
1398
}
1398
1399
You can’t perform that action at this time.
0 commit comments