From: Eric Sunshine <sunshine@sunshineco.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Git List <git@vger.kernel.org>, John Keeping <john@keeping.me.uk>,
Ralf Thielow <ralf.thielow@gmail.com>
Subject: Re: [PATCH v2 2/2] rebase -i: fix core.commentchar regression
Date: Sun, 18 Aug 2013 20:29:37 -0400 [thread overview]
Message-ID: <CAPig+cR71yjqQhir8nTHsWuGZX5dgjpRvgdGPd4VMUn+DZok0w@mail.gmail.com> (raw)
In-Reply-To: <7vr4dqn1ko.fsf@alter.siamese.dyndns.org>
On Sun, Aug 18, 2013 at 5:14 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Eric Sunshine <sunshine@sunshineco.com> writes:
>
>> Intended for 'next'.
>
> Thanks.
>
> Will queue on top of es/rebase-i-no-abbrev, but we have a chance to
> rebuild 'next' after 1.8.4 release, so we may want to squash this
> into the problematic commit when it happens.
That would be fine. Time permitting, I also would like to send out a
couple incremental patches atop 'next' which address your comments [1]
about es/rebase-i-no-abbrev. Those new patches should be suitable for
squashing if you want to go that route.
[1]: http://thread.gmane.org/gmane.comp.version-control.git/232146
>>
>> git-rebase--interactive.sh | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
>> index 3733312..f246810 100644
>> --- a/git-rebase--interactive.sh
>> +++ b/git-rebase--interactive.sh
>> @@ -693,7 +693,7 @@ transform_todo_ids () {
>> while read -r command rest
>> do
>> case "$command" in
>> - '#'* | exec)
>> + "$comment_char"* | exec)
>> # Be careful for oddball commands like 'exec'
>> # that do not have a SHA-1 at the beginning of $rest.
>> ;;
prev parent reply other threads:[~2013-08-19 0:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-18 17:12 [PATCH v2 0/2] fix cases of rebase -i ignoring core.commentchar Eric Sunshine
2013-08-18 17:12 ` [PATCH v2 1/2] rebase -i: fix skip_unnecessary_picks() to respect core.commentchar Eric Sunshine
2013-08-18 17:12 ` [PATCH v2 2/2] rebase -i: fix core.commentchar regression Eric Sunshine
2013-08-18 21:14 ` Junio C Hamano
2013-08-19 0:29 ` Eric Sunshine [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=CAPig+cR71yjqQhir8nTHsWuGZX5dgjpRvgdGPd4VMUn+DZok0w@mail.gmail.com \
--to=sunshine@sunshineco.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=john@keeping.me.uk \
--cc=ralf.thielow@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).