From: Lars Noschinski <lars@public.noschinski.de>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v2] filter-branch -d: Export GIT_DIR earlier
Date: Tue, 17 Feb 2009 09:53:01 +0100 [thread overview]
Message-ID: <20090217085301.GA7446@lars.home.noschinski.de> (raw)
In-Reply-To: <20090217083146.GA7338@lars.home.noschinski.de>
* Lars Noschinski <lars@public.noschinski.de> [09-02-17 09:31]:
>The improved error handling catches a bug in filter-branch when using
>-d pointing to a path outside any git repository:
>
>$ mkdir foo
>$ cd foo
>$ git init
>$ touch bar
>$ git add bar
>$ git commit -m bar
>$ cd ..
>$ git clone --bare foo
>$ cd foo.git
>$ git filter-branch -d /tmp/filter master
>fatal: Not a git repository (or any of the parent directories): .git
>
>This error message comes from git for-each-ref in line 224. GIT_DIR is
>set correctly by git-sh-setup (to the foo.git repository), but not
>exported (yet).
Ops, forgot the
Signed-off-by: Lars Noschinski <lars@public.noschinski.de>
Feel free to add it. I can also resend the patch.
- Lars
next prev parent reply other threads:[~2009-02-17 8:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-17 8:31 [PATCH v2] filter-branch -d: Export GIT_DIR earlier Lars Noschinski
2009-02-17 8:53 ` Lars Noschinski [this message]
2009-02-17 12:44 ` Johannes Schindelin
2009-02-17 17:59 ` Lars Noschinski
2009-02-17 18:05 ` [PATCH v3] " Lars Noschinski
2009-02-17 23:03 ` Johannes Schindelin
2009-02-18 8:35 ` [PATCH v4] " Lars Noschinski
2009-02-18 10:25 ` Johannes Schindelin
2009-02-19 0:53 ` Junio C Hamano
2009-02-17 23:01 ` [PATCH v2] " 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=20090217085301.GA7446@lars.home.noschinski.de \
--to=lars@public.noschinski.de \
--cc=Johannes.Schindelin@gmx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).