-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git fsck failed on master #1660
Comments
Finally I package ola 0.10.7 archive in my flatpak so this issue is no longer a blocking issue for me. |
Yes, I was surprised when I discovered a |
Hi, |
The repository for the Python requests library once had a similar issue (see this issue and also this documentation fix). Here is a workaround: when cloning the repository, add the flag
You can make this the default behaviour by setting your global config with:
|
I've opened a PR to add these workaround directions to the README. This is my first time contributing to this project, so I'm not sure how exactly to go about seeking review, but hopefully someone will notice this! @kripton might that be you? Thanks! |
Thank you @pdmccormick for your PR. While I don't oppose it, I don't think re-writing the complete history is necessary and I'd rather fix the root cause. Since the commit in question (the one tagged with "start") doesn't have any descendants, I would simply delete the tag (or set it on the "Initial revision" commit instead) and that bad commit should then be gone from the history. @peternewman or @nomis52 : Any objections about me force-pushing that tag (assuming I do have the permission)? |
ping @peternewman |
Polite ping @peternewman @nomis52 : Can I please drop or force-push the tag |
Hello,
I want to package ola with olc on flathub but the build failed with git fsck :
error in tag 60784ccfa800b04ed2e754e33914a1b667e641c5: missingSpaceBeforeDate: invalid author/committer line - missing space before date
With a git cat-file tag 60784ccfa800b04ed2e754e33914a1b667e641c5, I've got:
object 42ce6c24c91e6773bfa564bea14f7c769e44f04
type commit
tag start
tagger simon <simon>
Can someone fix this ?
The text was updated successfully, but these errors were encountered: