From: Dan Zwell <dzwell@gmail.com>
To: git@vger.kernel.org
Subject: $GIT_DIR usage
Date: Sun, 05 Aug 2007 05:58:59 -0400 [thread overview]
Message-ID: <46B59F63.8020707@gmail.com> (raw)
Hi, I had a question about $GIT_DIR. That is to say, it doesn't seem to
work. I am using Git 1.5.2.4. See the following: (all the commands I
tried besides "git-init" failed).
$ export GIT_DIR="`pwd`/.git_public"
$ git init
warning: templates not found /usr/share//git-core/templates/
Initialized empty Git repository in /home/user/temp/.git_public/
$ echo > new_file
$ git add new_file
fatal: add must be run in a work tree
$ git commit -a
fatal: /usr/bin/git-commit cannot be used without a working tree.
$ git commit
fatal: /usr/bin/git-commit cannot be used without a working tree.
$
Is $GIT_DIR not meant to be used this way? Does it have a different
purpose / use case, or is this just a bug?
Thanks,
Dan
next reply other threads:[~2007-08-05 10:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-05 9:58 Dan Zwell [this message]
2007-08-05 11:55 ` $GIT_DIR usage Dmitry Kakurin
2007-08-05 12:22 ` Dan Zwell
2007-08-05 12:33 ` Johannes Schindelin
2007-08-05 13:02 ` Dan Zwell
2007-08-05 13:41 ` Johannes Schindelin
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=46B59F63.8020707@gmail.com \
--to=dzwell@gmail.com \
--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.