Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello fellow git-filter-repo community,
in order to fix a repo with a lot of
missingSpaceBeforeEmail
errors when runnniggit fsck
I have created a mapping file with the following content:Running
git-filter-repo
using that file as--replace-message
parameter causes an exception on a (probably the first) commit that I actually want to fix, sayingMissing space before < in ident string
. Here's the full output on an execution with--debug
on. btw: Using--dryrun
does not cause the problem.I need help in understanding which of the three options applies in this case (or if there's another option I don't even think about):
git-filter-repo
for the described scenario.git-filter-repo
cannot fix thisgit fsck
issue so it works as designed.git-filter-repo
as it should be able to handle my use case.Of course I appreciate any other help in how to fix a repo with
missingSpaceBeforeEmail
(and alsomissingSpaceBeforeDate
) in an efficient manner (sogit filter-branch
is not the preferred option and deprecated anyway;).Thank you and cheers
Thorsten
Beta Was this translation helpful? Give feedback.
All reactions