Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: >> > @@ -264,8 +269,11 @@ do >> > echo $ONTO > "$DOTEST"/onto >> > test t = "$VERBOSE" && : > "$DOTEST"/verbose >> > >> > + SHORTUPSTREAM=$(git rev-parse --short $UPSTREAM) >> > + SHORTHEAD=$(git rev-parse --short $HEAD) >> > + SHORTONTO=$(git rev-parse --short $ONTO) >> > cat > "$TODO" << EOF >> > -# Rebasing $UPSTREAM..$HEAD onto $ONTO >> > +# Rebasing $SHORTUPSTREAM)..$SHORTHEAD onto $SHORTONTO >> >> What is this close-paren about? Is it a typo? > > Darn. It _is_ a typo. I overlooked it _both_ when typing _and_ when > looking at the result. No worries; will fix up. I just wanted to make sure that I did not know the notation that had some meaning. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html