diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2024-03-03 11:04:20 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2024-03-03 11:04:20 +0100 |
| commit | 2c8bb8253c37ccd77098ae887e1e784a0a0418ac (patch) | |
| tree | 0c9c514b122a0a4b8c6ad5b66e27f85f7935ea97 /quiltrc | |
| parent | f25d78defbbf8b195e5aa1494dbd5888c9c08c18 (diff) | |
quilt: sort hunks
Diffstat (limited to 'quiltrc')
| -rw-r--r-- | quiltrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ if [ -d $d/debian ] && [ -z $QUILT_PATCHES ]; then QUILT_PATCHES="debian/patches" QUILT_PATCH_OPTS="--reject-format=unified" QUILT_DIFF_ARGS="-p ab --no-timestamps --no-index --color=auto" - QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" + QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index --sort" QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33" if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi fi |
