From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: <git@vger.kernel.org>
Subject: Re: False positive from orphaned_commit_warning() ?
Date: Thu, 26 Jul 2012 09:22:13 -0400 [thread overview]
Message-ID: <50114485.80309@windriver.com> (raw)
In-Reply-To: <7va9ynbj9l.fsf@alter.siamese.dyndns.org>
On 12-07-25 05:52 PM, Junio C Hamano wrote:
> Paul Gortmaker <paul.gortmaker@windriver.com> writes:
>
>> Has anyone else noticed false positives coming from the
>> orphan check?
>
> Thanks. This should fix it.
Indeed it does. Thanks for the fix (and git in general).
Paul.
--
>
> builtin/checkout.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/builtin/checkout.c b/builtin/checkout.c
> index 6acca75..d812219 100644
> --- a/builtin/checkout.c
> +++ b/builtin/checkout.c
> @@ -606,7 +606,7 @@ static int add_pending_uninteresting_ref(const char *refname,
> const unsigned char *sha1,
> int flags, void *cb_data)
> {
> - add_pending_sha1(cb_data, refname, sha1, flags | UNINTERESTING);
> + add_pending_sha1(cb_data, refname, sha1, UNINTERESTING);
> return 0;
> }
>
>
prev parent reply other threads:[~2012-07-26 13:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 18:53 False positive from orphaned_commit_warning() ? Paul Gortmaker
2012-07-25 20:43 ` Dan Johnson
2012-07-25 21:52 ` Junio C Hamano
2012-07-25 21:57 ` Jeff King
2012-07-25 22:05 ` Junio C Hamano
2012-07-25 22:31 ` Jeff King
2012-07-26 13:22 ` Paul Gortmaker [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=50114485.80309@windriver.com \
--to=paul.gortmaker@windriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.