From: Jonathan Nieder <jrnieder@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Dun Peal <dunpealer@gmail.com>, git@vger.kernel.org
Subject: Re: [PATCH v2] checkout: apply Dscho's dwim even with "--" present
Date: Fri, 29 Oct 2010 18:59:22 -0500 [thread overview]
Message-ID: <20101029235922.GB21410@burratino> (raw)
In-Reply-To: <20101029235358.GA21410@burratino>
Jonathan Nieder wrote:
> --- a/builtin/checkout.c
> +++ b/builtin/checkout.c
> + (argc == has_dash_dash ? 2 : 1)) {
Hmph --- this should read
(argc == (has_dash_dash ? 2 : 1)))
for correctness and sanity.
next prev parent reply other threads:[~2010-10-29 23:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-29 18:11 Inconsistent behavior of the path disambiguator Dun Peal
2010-10-29 18:38 ` Junio C Hamano
2010-10-29 18:54 ` Dun Peal
2010-10-29 20:19 ` Re* " Junio C Hamano
2010-10-29 19:46 ` Jonathan Nieder
2010-10-29 20:25 ` Junio C Hamano
2010-10-29 23:53 ` [PATCH v2] checkout: apply Dscho's dwim even with "--" present Jonathan Nieder
2010-10-29 23:59 ` Jonathan Nieder [this message]
2010-10-30 0:41 ` Jonathan Nieder
2010-10-31 3:57 ` Junio C Hamano
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=20101029235922.GB21410@burratino \
--to=jrnieder@gmail.com \
--cc=dunpealer@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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).