Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 1/3] rebase -i: several cleanups

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:18

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help