From ce814e6795f20e7f69abe6015de9571f360a194b Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Sat, 25 Feb 2012 15:57:11 +0100 Subject: init.sh: comment wrt. reliance on being in git repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.sh b/init.sh index 08d2203..8f70202 100755 --- a/init.sh +++ b/init.sh @@ -2,6 +2,8 @@ # vim: noet:ts=8:sw=8 # jpokorny@redhat.com # NOTE: not ready for arbitrary CWD, from . only +# NOTE: this is always to be run from within git repo so things like +# "git rev-parse" will work (see do_git_submodule) # # internals -- cgit