From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: "Uwe Kleine-König" <ukleinek@informatik.uni-freiburg.de>
Cc: gitster@pobox.com, git@vger.kernel.org
Subject: Re: [PATCH] checkout-index needs a working tree
Date: Fri, 10 Aug 2007 01:31:06 +0100 (BST) [thread overview]
Message-ID: <Pine.LNX.4.64.0708100129200.21857@racer.site> (raw)
In-Reply-To: <20070809223530.GA29680@cassiopeia>
Hi,
On Fri, 10 Aug 2007, Uwe Kleine-K?nig wrote:
> Johannes Schindelin wrote:
> >
> > Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> > ---
> >
> > This fixes "git --work-tree=/some/where/else checkout-index".
> >
> > git.c | 3 ++-
> > 1 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/git.c b/git.c
> > index 25b8274..f8c4545 100644
> > --- a/git.c
> > +++ b/git.c
> > @@ -315,7 +315,8 @@ static void handle_internal_command(int argc, const char **argv)
> > { "branch", cmd_branch, RUN_SETUP },
> > { "bundle", cmd_bundle },
> > { "cat-file", cmd_cat_file, RUN_SETUP },
> > - { "checkout-index", cmd_checkout_index, RUN_SETUP },
> > + { "checkout-index", cmd_checkout_index,
> > + RUN_SETUP | NEED_WORK_TREE},
> > { "check-ref-format", cmd_check_ref_format },
> > { "check-attr", cmd_check_attr, RUN_SETUP | NEED_WORK_TREE },
> > { "cherry", cmd_cherry, RUN_SETUP },
> With this patch I'm not able to do
>
> git checkout-index --prefix=/tmp/exportdir -a
>
> to export an entire tree as described in git-checkout-index(1) in a bare
> repo.
That is _completely_ expected. If it is a bare repository, you can _only_
override that check by GIT_WORK_TREE or --work-tree.
But I have to wonder: if you want to use git checkout-index, which is a
work-tree operation, why did you mark it as bare to begin with?
Ciao,
Dscho
next prev parent reply other threads:[~2007-08-10 0:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-04 22:20 [PATCH] checkout-index needs a working tree Johannes Schindelin
2007-08-04 22:50 ` Junio C Hamano
2007-08-05 1:33 ` Johannes Schindelin
2007-08-09 22:35 ` Uwe Kleine-König
2007-08-10 0:31 ` Johannes Schindelin [this message]
2007-08-10 0:55 ` Junio C Hamano
2007-08-10 1:11 ` Johannes Schindelin
2007-08-10 7:57 ` [PATCH] Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset Junio C Hamano
2007-08-10 11:28 ` Uwe Kleine-König
2007-08-10 19:26 ` Junio C Hamano
2007-08-11 5:17 ` Junio C Hamano
2007-08-11 18:15 ` [PATCH] checkout-index doc: use --work-dir in the export example Uwe Kleine-König
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=Pine.LNX.4.64.0708100129200.21857@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=ukleinek@informatik.uni-freiburg.de \
/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).