diff options
author | Hans-Christian Noren Egtvedt <hegtvedt@cisco.com> | 2022-05-12 11:00:25 +0200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-05-15 11:19:11 +1200 |
commit | 1dd4a4fd28f8eabc2a4dbc844d5cc27c67c1d1a0 (patch) | |
tree | c4d13f5cbd823310d7099506286c84e0b9085320 /maintainer | |
parent | 4ad0620fcdd8e7ff3148286e7ea2d431e9546176 (diff) | |
download | crosstool-ng-1dd4a4fd28f8eabc2a4dbc844d5cc27c67c1d1a0.tar.gz crosstool-ng-1dd4a4fd28f8eabc2a4dbc844d5cc27c67c1d1a0.tar.bz2 crosstool-ng-1dd4a4fd28f8eabc2a4dbc844d5cc27c67c1d1a0.zip |
Create unified diff when refreshing patch files in manage-packages.sh
The unified diff patch format will contain slightly more information,
which is helpful when rebasing patches to new releases.
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/manage-packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer/manage-packages.sh b/maintainer/manage-packages.sh index c370719b..928455a0 100755 --- a/maintainer/manage-packages.sh +++ b/maintainer/manage-packages.sh @@ -204,7 +204,7 @@ update_patches() # By now we know we have a non-empty set of patches CT_DoExecLog ALL quilt --quiltrc - import "${p}" CT_DoExecLog ALL quilt --quiltrc - push - CT_DoExecLog ALL quilt --quiltrc - refresh -p ab --no-timestamps --no-index --diffstat + CT_DoExecLog ALL quilt --quiltrc - refresh -p ab -u --no-timestamps --no-index --diffstat done # Now publish the patches back into the package's directory, renumbering them # in the process. |