From: Larry Streepy <larry@lightspeed.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: git pull fails to exit with non-zero status after fatal error
Date: Sat, 03 Mar 2007 13:27:33 -0600 [thread overview]
Message-ID: <45E9CC25.3030305@lightspeed.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0703031913100.22628@wbgn013.biozentrum.uni-wuerzburg.de>
I'll give it a try and let you know.
Thanks for the quick feedback.
Larry.
Johannes Schindelin wrote:
> Does this fix it?
>
> diff --git a/git-merge.sh b/git-merge.sh
> index 498c938..6b23bf5 100755
> --- a/git-merge.sh
> +++ b/git-merge.sh
> @@ -295,8 +295,9 @@ f,*)
> new_head=$(git-rev-parse --verify "$1^0") &&
> git-read-tree -v -m -u --exclude-per-directory=.gitignore $head "$new_head" &&
> finish "$new_head" "Fast forward"
> + ret=$?
> dropsave
> - exit 0
> + exit $ret
> ;;
> ?,1,?*"$LF"?*,*)
> # We are not doing octopus and not fast forward. Need a
>
next prev parent reply other threads:[~2007-03-03 19:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-03 16:45 git pull fails to exit with non-zero status after fatal error Larry Streepy
2007-03-03 18:13 ` Johannes Schindelin
2007-03-03 19:27 ` Larry Streepy [this message]
2007-03-03 20:56 ` Junio C Hamano
2007-03-03 21:10 ` Johannes Schindelin
2007-03-03 21:23 ` Shawn O. Pearce
2007-03-03 22:17 ` Junio C Hamano
2007-03-03 22:49 ` Johannes Schindelin
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=45E9CC25.3030305@lightspeed.com \
--to=larry@lightspeed.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 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.