Git development
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 1/3] rebase -i: several cleanups
Date: Tue, 26 Jun 2007 19:00:20 -0700	[thread overview]
Message-ID: <7vk5tqtavf.fsf@assigned-by-dhcp.pobox.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0706270216070.4438@racer.site> (Johannes Schindelin's message of "Wed, 27 Jun 2007 02:17:08 +0100 (BST)")

Johannes Schindelin <Johannes.Schindelin@gmx.de> 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.

      parent reply	other threads:[~2007-06-27  2:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-25 17:56 [PATCH 1/3] rebase -i: several cleanups Johannes Schindelin
2007-06-27  1:09 ` Junio C Hamano
2007-06-27  1:17   ` Johannes Schindelin
2007-06-27  1:57     ` Junio C Hamano
2007-06-27 10:33       ` Johannes Schindelin
2007-06-27  2:00     ` Junio C Hamano [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7vk5tqtavf.fsf@assigned-by-dhcp.pobox.com \
    --to=gitster@pobox.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox