You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @IonicaBizau . I've been using git-stats these days, and I wonder what kind of file should a git-stats config file be? Should the file .git-stats-config.js and the emails key be a json file with the format of
I've been using $ git-stats-importer -e "email1, email2, email3, ..." every time.
Is there a better way to do that? For example, just use $ git-stats-importer.
On Thu, Dec 8, 2016 at 6:16 AM, Yu Zhao ***@***.***> wrote:
I've been using $ git-stats-importer -e "email1, email2, email3, ..."
every time.
Is there a better way to do that? For example, just use $
git-stats-importer.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACu088Cbr1s1tJIAGbUi4slbOSP6TTQkks5rF4SYgaJpZM4K-1TE>
.
Hi, @IonicaBizau . I've been using git-stats these days, and I wonder what kind of file should a git-stats config file be? Should the file .git-stats-config.js and the emails key be a json file with the format of
Are there a document about that?
Can git-stats-importer use the config file of git-stats?
I've read this code of git-stats-importer and found that if a
-e
option does not supplied the process will terminated.I thought If one has already sepecify the email field in the config file, it should not terminate because this code is to read the config file.
The text was updated successfully, but these errors were encountered: