Re: Ambiguous 'HEAD' issue.
From: Caglar Akyuz <hidden>
Date: 2022-08-29 06:57:08
From: Caglar Akyuz <hidden>
Date: 2022-08-29 06:57:08
From: Junio C Hamano <redacted> on behalf of Junio C Hamano <redacted> Sent: Monday, August 29, 2022 9:36 AM To: Caglar Akyuz <redacted> Cc: git@vger.kernel.org <redacted> Subject: Re: Ambiguous 'HEAD' issue.
Caglar Akyuz [off-list ref] writes:
quoted
* find . -name HEAD | grep -v modules -> only .git/logs/HEAD and .git/HEAD
plus "grep HEAD .git/packed-refs"
This is empty as well.
quoted
* git branch -a | grep HEAD -> nothing
quoted
plus "git for-each-ref | grep HEAD"
This is empty output also. Both 'grep HEAD .git/packed-refs' and 'git for-each-ref | grep HEAD' commands return nothing and still 'git status' is complaining about ambiguous HEAD. Thanks, Caglar