[git-users] Re: rev-parse --is-inside-work-tree never returns false?

2013-01-15 Thread Tim Chase
On 01/15/13 00:25, Thomas Ferris Nicolaisen wrote: On Tuesday, January 15, 2013 3:24:34 AM UTC+1, Tim Chase wrote: However, when I try "git rev-parse --is-inside-work-tree" outside my repo, I get fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary

[git-users] Re: rev-parse --is-inside-work-tree never returns false?

2013-01-14 Thread Thomas Ferris Nicolaisen
On Tuesday, January 15, 2013 3:24:34 AM UTC+1, Tim Chase wrote: > I was playing around with some of the information that rev-parse can > return and just tried --is-inside-work-tree to see what it would > return. As expected, in my working-dir $PROJ, it returns "true". > Same for within $PROJ/.