We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc68633 commit 1e96405Copy full SHA for 1e96405
PU
@@ -66,7 +66,8 @@ case "$#" in
66
esac
67
done
68
USED=`expr "$USED" : ',\(.*\)'`
69
- git merge -n "Merge $USED" pu $USE || exit
+ git pull -n . $USE || exit
70
+ # git merge -n "Merge $USED" pu $USE || exit
71
HH=$UNUSE
72
73
exit
@@ -75,7 +76,8 @@ esac
75
76
77
for H
78
do
- (IFS=",$IFS"; git merge -n "Merge $H" pu $H) || exit
79
+# (IFS=",$IFS"; git merge -n "Merge $H" pu $H) || exit
80
+ (IFS=",$IFS"; git pull -n . $H) || exit
81
82
83
(IFS=",$IFS"; git show-branch master $* pu `git rev-parse --short $ORIG_HEAD`)
0 commit comments