Thread (10 messages) flat view 10 messages, 3 authors, 2016-06-15

Re: [PATCH v2] filter-branch -d: Export GIT_DIR earlier

From: Lars Noschinski <hidden>
Date: 2016-06-15 22:46:13

* Lars Noschinski [off-list ref] [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 <redacted>

Feel free to add it. I can also resend the patch.

   - Lars
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help