Johannes Schindelin [off-list ref] writes:
quoted
quoted
@@ -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.