[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:
Tyler Veness
2022-08-13 18:31:26 -07:00
committed by GitHub
parent 3fdb2f767d
commit 44abc8dfa6
44 changed files with 4 additions and 132 deletions

View File

@@ -160,6 +160,3 @@ index 3abeed3dac21..27bba0ca2f06 100644
raw_ostream::~raw_ostream() {
// raw_ostream's subclasses should take care to flush the buffer
// in their destructors.
--
2.20.1.windows.1