From: "Catalin Marinas" <catalin.marinas@gmail.com>
To: "Yann Dirson" <ydirson@altern.org>
Cc: "GIT list" <git@vger.kernel.org>
Subject: Re: [BUG] stgit: unexpected "unknown user details" on refresh
Date: Fri, 5 Jan 2007 09:07:51 +0000 [thread overview]
Message-ID: <b0943d9e0701050107s21ec8527ud89425df4772998@mail.gmail.com> (raw)
In-Reply-To: <20070104232224.GA12756@nan92-1-81-57-214-146.fbx.proxad.net>
On 04/01/07, Yann Dirson <ydirson@altern.org> wrote:
> Here is an error I just got when refreshing. The refresh did occur, but
> the error is annoying and may hide something:
>
> dwitch@gandelf:/export/work/yann/git/stgit$ ./stg ref contrib/stg-whatchanged
> Checking for changes in the working directory... done
> Refreshing patch "whatchanged"...stg ref: unknown user details
I changed StGIT to use the same configuration file as GIT and it
cannot find the user information. To remove the error:
git repo-config --global user.name Yann Dirson
git repo-config --global user.email ydirson@altern.org
It probably tries to set the author information for the patch and
GIT_AUTH* or GIT_COMMIT* aren't set but it would be probably useful to
get the full backtrace of this error (at the end of the stgit/main.py
file, just add a "raise" before sys.exit(2)).
--
Catalin
next prev parent reply other threads:[~2007-01-05 9:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-04 23:22 [BUG] stgit: unexpected "unknown user details" on refresh Yann Dirson
2007-01-05 9:07 ` Catalin Marinas [this message]
2007-01-05 22:29 ` Yann Dirson
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=b0943d9e0701050107s21ec8527ud89425df4772998@mail.gmail.com \
--to=catalin.marinas@gmail.com \
--cc=git@vger.kernel.org \
--cc=ydirson@altern.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox