fastest way to check if dir is a workdir

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

fastest way to check if dir is a workdir

From: Thomas Koch <hidden>
Date: 2016-06-15 22:45:08

Hi,

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.

Thanks a lot,
-- 
Thomas Koch, Software Developer
http://www.koch.ro

Young Media Concepts GmbH
Sonnenstr. 4
CH-8280 Kreuzlingen
Switzerland

Tel    +41 (0)71 / 508 24 86
Fax    +41 (0)71 / 560 53 89
Mobile +49 (0)170 / 753 89 16
Web    www.ymc.ch

Re: fastest way to check if dir is a workdir

From: Jeff King <hidden>
Date: 2016-06-15 22:45:08

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help