mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[upstream_utils] Remove git version from upstream patches (#4351)
This reduces commit noise when other git versions are used. The version was removed by passing `--no-signature` to `git format-patch` which is now documented in the readme.
This commit is contained in:
@@ -11,9 +11,10 @@ Each thirdparty library has a Python script for updating it. They generally:
|
||||
|
||||
`upstream_utils.py` contains utilities common to these update scripts.
|
||||
|
||||
Patches are generated in the thirdparty repo with `git format-patch` so they can
|
||||
be applied as individual commits and easily rebased onto newer versions. Each
|
||||
library has its own patch directory (e.g., `lib_patches`).
|
||||
Patches are generated in the thirdparty repo with
|
||||
`git format-patch --no-signature` so they can be applied as individual commits
|
||||
and easily rebased onto newer versions. Each library has its own patch directory
|
||||
(e.g., `lib_patches`).
|
||||
|
||||
## Updating thirdparty library version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user