Skip to content

Bump @linearb/gitstream-core to 2.1.302 - #574

Merged
MishaKav merged 1 commit into
developfrom
bump-gitstream-core-to-2.1.302
Aug 18, 2026
Merged

Bump @linearb/gitstream-core to 2.1.302#574
MishaKav merged 1 commit into
developfrom
bump-gitstream-core-to-2.1.302

Conversation

@linearbci

Copy link
Copy Markdown
Collaborator

✨ PR Description

Purpose: Prevent malformed .git-blame-ignore-revs files from causing git blame failures by validating and sanitizing entries before use.

Main changes:

  • Validate ignore-revs file entries against repo hash length and format before writing sanitized copy
  • Filter out invalid entries (wrong length, non-hex characters, stray whitespace) to prevent git rejection
  • Add comprehensive tests for ignore-revs file parsing and filtering logic

ORIGINAL DESCRIPTION: fix: keep a bad .git-blame-ignore-revs entry from failing every blame

CHANGELOG

Bug Fixes

  • Git blame no longer fails when .git-blame-ignore-revs file contains invalid or malformed entries

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how

@linearbci linearbci added the auto-deploy when exists in PR, will auto make release and auto deploy to prod label Aug 18, 2026
@linearbci
linearbci requested a review from MishaKav August 18, 2026 10:08

@orca-security-us orca-security-us Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed OSS Licenses high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@MishaKav
MishaKav enabled auto-merge (squash) August 18, 2026 10:11

@MishaKav MishaKav left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MishaKav
MishaKav merged commit 3c5fc95 into develop Aug 18, 2026
9 checks passed
@MishaKav
MishaKav deleted the bump-gitstream-core-to-2.1.302 branch August 18, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-deploy when exists in PR, will auto make release and auto deploy to prod

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants