Skip to content
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

[stable30] chore: add .git-blame-ignore-revs #48282

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Sep 23, 2024

  • Resolves: "fatal: could not open object name list: .git-blame-ignore-revs"

Summary

If you enabled git config blame.ignoreRevsFile .git-blame-ignore-revs and checkout an older branch without the file an error "fatal: could not open object name list: .git-blame-ignore-revs" is shown.

There's no way to tell git that a missing file is okay; therefore we need an empty file.

TODO

  • CI
  • Review

Checklist

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@kesselb
Copy link
Contributor Author

kesselb commented Sep 23, 2024

/backport to stable29

@kesselb
Copy link
Contributor Author

kesselb commented Sep 23, 2024

/backport to stable28

@provokateurin
Copy link
Member

Maybe also backport it to even older stable branches?

@kesselb
Copy link
Contributor Author

kesselb commented Sep 23, 2024

/backport to stable27

@kesselb
Copy link
Contributor Author

kesselb commented Sep 23, 2024

/backport to stable26

@kesselb
Copy link
Contributor Author

kesselb commented Sep 23, 2024

/backport to stable25

@kesselb
Copy link
Contributor Author

kesselb commented Sep 23, 2024

/backport to stable24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants