From: Denton Liu <liu.denton@gmail.com>
To: git@vger.kernel.org
Cc: johannes.schindelin@gmx.de, t.gummerer@gmail.com, gitster@pobox.com
Subject: [BUG] GIT_AUTHOR_NAME was checked before prepare_fallback got called (ps/stash-in-c)
Date: Wed, 6 Mar 2019 11:52:36 -0800 [thread overview]
Message-ID: <20190306195236.GA22872@dev-l> (raw)
Hello all,
I've been on "jch" for my daily use and I noticed today that git stash
isn't working. I managed to debug it down to "ps/stash-in-c".
To reproduce on git.git, it's simply the following:
echo // >>dir.c
git stash
This gives me the following error:
$ git stash
BUG: ident.c:511: GIT_AUTHOR_NAME was checked before prepare_fallback got called
Aborted (core dumped)
I haven't read through the branch's code so I'm not too familiar with
the changes but please let me know if you need any other information or
if there's anything I can help with.
Thanks,
Denton
next reply other threads:[~2019-03-06 19:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-06 19:52 Denton Liu [this message]
2019-03-06 20:00 ` [BUG] GIT_AUTHOR_NAME was checked before prepare_fallback got called (ps/stash-in-c) Jeff King
2019-03-06 22:09 ` Thomas Gummerer
2019-03-07 0:40 ` 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=20190306195236.GA22872@dev-l \
--to=liu.denton@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=johannes.schindelin@gmx.de \
--cc=t.gummerer@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 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.