Re: fastest way to check if dir is a workdir
- Date: Tue, 12 Aug 2008 09:01:28 -0400
- From: Jeff King <peff@xxxxxxxx>
- Subject: Re: fastest way to check if dir is a workdir
On Tue, Aug 12, 2008 at 01:34:56PM +0200, Thomas Koch wrote:
> I'm writing a little php-git-wrapper and would like to have a function
> which tells me, whether a given path is part of a git checkout or not.
>
> What would be the fastest commandline to check, whether the current dir
> is part of a checkout? It may be assumed that the repository is at the
> standard position.
How about "git rev-parse --is-inside-work-tree"?
-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html