File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 71
71
72
72
case " $LF$common$LF " in
73
73
* " $LF$SHA1$LF " * )
74
- cat << EOF
75
- Already up-to-date with $pretty_name
76
- EOF
74
+ echo " Already up-to-date with $pretty_name "
77
75
continue
78
76
;;
79
77
esac
85
83
# tree as the intermediate result of the merge.
86
84
# We still need to count this as part of the parent set.
87
85
88
- cat << EOF
89
- Fast-forwarding to: $pretty_name
90
- EOF
86
+ echo " Fast-forwarding to: $pretty_name "
91
87
git read-tree -u -m $head $SHA1 || exit
92
88
MRC=$SHA1 MRT=$( git write-tree)
93
89
continue
94
90
fi
95
91
96
92
NON_FF_MERGE=1
97
93
98
- cat << EOF
99
- Trying simple merge with $pretty_name
100
- EOF
94
+ echo " Trying simple merge with $pretty_name "
101
95
git read-tree -u -m --aggressive $common $MRT $SHA1 || exit 2
102
96
next=$( git write-tree 2> /dev/null)
103
97
if test $? -ne 0
You can’t perform that action at this time.
0 commit comments