git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Jeff King <peff@peff.net>
Cc: Mike Ralphson <mike.ralphson@gmail.com>, git@vger.kernel.org
Subject: Re: [PATCH/RFD] builtin-revert.c: release index lock when cherry-picking an empty commit
Date: Sun, 22 Mar 2009 14:58:35 -0700	[thread overview]
Message-ID: <7veiwpdxtg.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: 20090322094139.GA10599@coredump.intra.peff.net

Jeff King <peff@peff.net> writes:

> [this is a follow-up on the "eval 'false\n\n'" returns 0 issue on
> FreeBSD]

Thanks for keeping track of this one.

> Thanks for looking this up, Mike. It sounds like FreeBSD is probably the
> only problematic one. I confirmed that the problem still exists in
> FreeBSD 7.1, and I've mailed the git ports maintainer off-list to
> make him aware of the issue. So we'll see what happens.
>
> Junio, do you want to put anything in the release notes warning people
> who build from source that this is a potential issue? Do you want
> something in the Makefile detecting that the shell is broken?

A sentence or two in INSTALL will not hurt.

I would not worry too much about the test scripts, but I would worry more
about getting phantom bug reports for our shell script Porcelains that get
hit by this.  Earlier I mentioned bisect is the only heavy user, but the
issue is more severe with filter-branch that is designed to eval end user
scripts (calls to 'eval "$filter_frotz"' check the exit status and die on
failure---with trailing blank lines the failure the filter reports will
not get caught).

  reply	other threads:[~2009-03-22 22:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-07  9:30 [PATCH/RFD] builtin-revert.c: release index lock when cherry-picking an empty commit Chris Johnsen
2009-03-07 11:15 ` Johannes Schindelin
2009-03-07 22:57   ` Chris Johnsen
2009-03-08  1:19     ` Johannes Schindelin
2009-03-08  4:14 ` Junio C Hamano
2009-03-08 21:09   ` Chris Johnsen
2009-03-08 21:53     ` Junio C Hamano
2009-03-08 14:42 ` Jeff King
2009-03-08 15:09   ` Jeff King
2009-03-08 19:45   ` Junio C Hamano
2009-03-10 18:17     ` Jeff King
2009-03-10 18:25       ` Tomas Carnecky
2009-03-10 19:33       ` Tomas Carnecky
2009-03-10 23:57       ` Chris Johnsen
2009-03-11  0:30         ` Jeff King
2009-03-11 11:08           ` Mike Ralphson
2009-03-11 17:02             ` Mike Ralphson
2009-03-22  9:41             ` Jeff King
2009-03-22 21:58               ` Junio C Hamano [this message]
2009-03-22 22:38                 ` Jeff King
2009-03-09 17:36   ` Brandon Casey

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=7veiwpdxtg.fsf@gitster.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=mike.ralphson@gmail.com \
    --cc=peff@peff.net \
    /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).