]> git.ipfire.org Git - thirdparty/git.git/commit
Explain "Not a git repository: '.git'".
authorJunio C Hamano <junkio@cox.net>
Fri, 12 Jan 2007 20:24:16 +0000 (12:24 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 12 Jan 2007 20:26:39 +0000 (12:26 -0800)
commit120b0dfbed148461c4e1349d12a1b7913545260e
tree218426a091d4a92ff33675a61e66da7d7741a0cf
parent1cf716a21901e0e91db0510d18b212f34cea9e41
Explain "Not a git repository: '.git'".

Andy Parkins noticed that the error message some "whole tree"
oriented commands emit is stated misleadingly when they refused
to run from a subdirectory.

We could probably allow some of them to work from a subdirectory
but that is a semantic change that could have unintended side
effects, so let's start at first by rewording the error message
to be easier to read without doing anything else to be safe.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-sh-setup.sh