You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git Config Autodetect: Automatically retrieves the patch author's user.name and user.email from local git config if not explicitly provided via command line parameters.
Git Version Autodetect: Automatically includes the local git version instead of hardcoding 2.55.0 in the patch footer.
Support Commit Auto-Search: Implemented logic to automatically locate the support commit that introduced a laptop model (via local kernel repository git log or the GitHub Commit Search API) and format it as a Fixes tag.
Changed
Profile Name Filtering: Added filtering for generic profile names in XML parsing to avoid warnings about irrelevant profile names (e.g. eng, test).
Dynamic Patch Description: Enhanced descriptions with bullet-point formatting listing the exact limit adjustments (e.g., PL1, PL2, PL3, and TGP changes).
Abbreviated Fixes Commit Hash: Truncated the Fixes commit SHA-1 hash to a standard 12-character alphanumeric representation.