* Git does not use GIT_* envirnment vars?
@ 2005-05-27 6:09 Dmitry Torokhov
2005-05-27 6:47 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2005-05-27 6:09 UTC (permalink / raw)
To: Git Mailing List
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-05-27 6:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-27 6:09 Git does not use GIT_* envirnment vars? Dmitry Torokhov
2005-05-27 6:47 ` Junio C Hamano
2005-05-27 6:54 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox