All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Git Mailing List <git@vger.kernel.org>
Subject: Git does not use GIT_* envirnment vars?
Date: Fri, 27 May 2005 01:09:44 -0500	[thread overview]
Message-ID: <200505270109.44302.dtor_core@ameritech.net> (raw)

Hi,

I am totally confused... This is with today's cogito pull. It does not seem
to take GIT_ environment variables, although according to debugger it puts
correct data when writing object... Anybody else seeing this?  

[dtor@anvil kernel]$ mkdir git-test
[dtor@anvil kernel]$ cd git-test/
[dtor@anvil git-test]$ git-init-db
defaulting to local storage area
[dtor@anvil git-test]$ git-write-tree
4b825dc642cb6eb9a060e54bf8d69288fbee4904
[dtor@anvil git-test]$ git-commit-tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
Committing initial tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
test
413398e6c1b53a0993cb195209c4d0e6276bb076
[dtor@anvil git-test]$ git-cat-file commit 413398e6c1b53a0993cb195209c4d0e6276bb076
tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
author Dmitry Torokhov <dtor@anvil.corenet.prv> 1117173530 -0500
committer Dmitry Torokhov <dtor@anvil.corenet.prv> 1117173530 -0500

test
[dtor@anvil git-test]$ export | grep GIT
declare -x GIT_AUTHOR_EMAIL="dtor_core@ameritech.net"
declare -x GIT_COMMITTER_EMAIL="dtor_core@ameritech.net"
declare -x GIT_COMMITTER_NAME="Dmitry Torokhov"

-- 
Dmitry

             reply	other threads:[~2005-05-27  6:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-27  6:09 Dmitry Torokhov [this message]
2005-05-27  6:47 ` Git does not use GIT_* envirnment vars? Junio C Hamano
2005-05-27  6:54   ` Dmitry Torokhov

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=200505270109.44302.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --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.