From: Junio C Hamano <gitster@pobox.com>
To: newren@gmail.com
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Ensure proper setup of git_dir for git-hash-object
Date: Sat, 28 Feb 2009 12:59:50 -0800 [thread overview]
Message-ID: <7v3adyffax.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <1235851009-16739-1-git-send-email-newren@gmail.com> (newren@gmail.com's message of "Sat, 28 Feb 2009 12:56:49 -0700")
newren@gmail.com writes:
> Without this patch:
> $ mkdir tmp
> $ cd tmp/
> $ git init --bare
> Initialized empty Git repository in /home/newren/floss-development/git/tmp/
> $ echo hi | git hash-object -w --stdin
> error: unable to create temporary sha1 filename .git/objects/45: No such file or directory
>
> fatal: Unable to add stdin to database
> $ echo hi | git --git-dir=. hash-object -w --stdin
> 45b983be36b73c0788dc9cbcb76cbb80fc7bb057
Does the patched version work without -w option? Should it?
next prev parent reply other threads:[~2009-02-28 21:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-28 19:56 [PATCH] Ensure proper setup of git_dir for git-hash-object newren
2009-02-28 20:59 ` Junio C Hamano [this message]
2009-02-28 21:20 ` Elijah Newren
2009-02-28 21:39 ` Elijah Newren
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=7v3adyffax.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=newren@gmail.com \
/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.