Re: Problem with fsck and invalid submodule path in history

2019-07-29 Thread Olivier Bornet
Hello, > On 29 Jul 2019, at 11:39, SZEDER Gábor wrote: > > However, you can tell 'git fsck' to ignore it using the > 'fsck.skipList' configuration variable (see 'git help config'; for > some reason it's not included in 'git fsck's documentation): Thanks for pointing it out. Thanks to it, we have

Re: Problem with fsck and invalid submodule path in history

2019-07-29 Thread SZEDER Gábor
On Mon, Jul 29, 2019 at 09:58:52AM +0200, Olivier Bornet wrote: > I have a git repository with an error in a submodule path in the history. > The submodule path is “-f”, which is not allowed. But for some reason, it’s > in the history of the git, and I’m trying to find a way to manage it without

Problem with fsck and invalid submodule path in history

2019-07-29 Thread Olivier Bornet
Hello, I have a git repository with an error in a submodule path in the history. The submodule path is “-f”, which is not allowed. But for some reason, it’s in the history of the git, and I’m trying to find a way to manage it without having to rewrite the full history on the main gitlab (if poss