aboutsummaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorHans-Christian Noren Egtvedt <hegtvedt@cisco.com>2022-05-12 11:00:25 +0200
committerChris Packham <judge.packham@gmail.com>2022-05-15 11:19:11 +1200
commit1dd4a4fd28f8eabc2a4dbc844d5cc27c67c1d1a0 (patch)
treec4d13f5cbd823310d7099506286c84e0b9085320 /maintainer
parent4ad0620fcdd8e7ff3148286e7ea2d431e9546176 (diff)
downloadcrosstool-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-xmaintainer/manage-packages.sh2
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.