All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

* Re: Git does not use GIT_* envirnment vars?
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2005-05-27  6:47 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Git Mailing List

I am baffled.  If you are a bash user, what does "type --all"
tells you?  The only explanation I can think of is that you
might have leftover old git-* installation somewhere on your
PATH.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git does not use GIT_* envirnment vars?
  2005-05-27  6:47 ` Junio C Hamano
@ 2005-05-27  6:54   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2005-05-27  6:54 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List

On Friday 27 May 2005 01:47, Junio C Hamano wrote:
> I am baffled.  If you are a bash user, what does "type --all"
> tells you?  The only explanation I can think of is that you
> might have leftover old git-* installation somewhere on your
> PATH.

*sigh* Exactly. I forgot to uninstall cogito rpm after pulling
the latest tree and they got mixed up. Dammit, I just wasted 3
hours because of my own stupidity :(

Thank you for your help. 

-- 
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 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.