From rdiezmail-openocd at yahoo.de Sun Jun 6 10:54:09 2021 From: rdiezmail-openocd at yahoo.de (R. Diez) Date: Sun, 6 Jun 2021 12:54:09 +0200 Subject: [jimtcl] Git untracked file examples.api/Makefile References: <6abeaaf6-39ca-7fc9-67ee-a53ffe15322d.ref@yahoo.de> Message-ID: <6abeaaf6-39ca-7fc9-67ee-a53ffe15322d@yahoo.de> Hi all: I am working in an OpenOCD sandbox, which includes jimtcl as a Git submodule. Whenever I run "git status" at top level, I get this message: Changes not staged for commit: [...] modified: jimtcl (untracked content) When I change into jimtcl/ and run "git status", I get: $ git status HEAD detached at fb923fa Untracked files: (use "git add ..." to include in what will be committed) examples.api/Makefile Is jimtcl perhaps missing that file in its .gitignore? Thanks in advance, rdiez From borneo.antonio at gmail.com Sun Jun 6 23:26:17 2021 From: borneo.antonio at gmail.com (Antonio Borneo) Date: Mon, 7 Jun 2021 01:26:17 +0200 Subject: [jimtcl] Git untracked file examples.api/Makefile In-Reply-To: <6abeaaf6-39ca-7fc9-67ee-a53ffe15322d@yahoo.de> References: <6abeaaf6-39ca-7fc9-67ee-a53ffe15322d.ref@yahoo.de> <6abeaaf6-39ca-7fc9-67ee-a53ffe15322d@yahoo.de> Message-ID: On Sun, Jun 6, 2021 at 12:54 PM R. Diez wrote: > > Hi all: > > I am working in an OpenOCD sandbox, which includes jimtcl as a Git submodule. > > Whenever I run "git status" at top level, I get this message: > > Changes not staged for commit: > [...] > modified: jimtcl (untracked content) > > When I change into jimtcl/ and run "git status", I get: > > $ git status > HEAD detached at fb923fa > Untracked files: > (use "git add ..." to include in what will be committed) > examples.api/Makefile > > Is jimtcl perhaps missing that file in its .gitignore? It is one of the issues in jimtcl 0.80. It is already fixed by jimtcl commit e439b71424892f59fd2f1e0bfe42daf1c1bf8ed2 (".gitignore: add generated file /examples.api/Makefile") that will be in jimtcl 0.81, expected around September. If the bug annoys you, you can take the OpenOCD patch http://openocd.zylin.com/6226/ that uses the latest jimtcl from the development branch, where all the fixes are already available. Actually, it would be good if you can test 6226 and add your +1. I would like to merge it so we all switch to test jimtcl pre-0.81 and we anticipate any possible problem. Regards, Antonio