[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git commit message checker won't let me commit a new file.
From: |
Robert Pluim |
Subject: |
Re: git commit message checker won't let me commit a new file. |
Date: |
Wed, 19 Jul 2023 11:34:17 +0200 |
>>>>> On Wed, 19 Jul 2023 09:22:06 +0000, Alan Mackenzie <acm@muc.de> said:
Alan> I got the error described in my first post. I tried it again this
Alan> morning with
Alan> $ git commit -F .git/COMMIT_EDITMSG
Alan> , and got just the same.
Try:
GIT_TRACE=1 git commit -F .git/COMMIT_EDITMSG
That might narrow down whatʼs going wrong. Thereʼs a GIT_TRACE2 as
well, for even more verbosity.
Robert
--