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
If you use git format-patch with the arguments --zero-commit and --no-signature it'll zero out the commit hash and strip the git version from the bottom.
This can help reduce the diff from updating patches in the future a bit.
The text was updated successfully, but these errors were encountered:
Do a quick lint smoketest in a worktree
If that looks good, do a:
To undo the "temp" commit above and do regular commits (one per package).
Git pull that preserves existing work
to pull in changes from main while preserving existing work
Get logs only for the current packaging directory
git log .
Add
-p
to see the patches (changes).Maintenance
Git has automatic maintenance, enabled using:
Read the maintenance docs for more information.
How to use git format-patch
If you use
git format-patch
with the arguments--zero-commit
and--no-signature
it'll zero out the commit hash and strip the git version from the bottom.This can help reduce the diff from updating patches in the future a bit.
The text was updated successfully, but these errors were encountered: