Re: [RFC/PATCH] Implement poor-man's submodule support in pre-commit hook

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Dec 20, 2006, at 5:08 AM, Andy Parkins wrote:

Hello,

Help...

+if [ -f .gitmodules ]; then

This doesn't work because git-commit is not necessarily in the root of the working tree. How do I safely get that root? While ${GIT_DIR}/.. would work
it is not guaranteed.

The way to do that seems to be "git rev-parse --git-dir". I'm not sure why it's not just "git --git-dir" or similar (probably just historical reasons), but there you go.

~~ Brian
-
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]