summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 40c7f3e..4af8f34 100755
--- a/dgit
+++ b/dgit
@@ -2598,7 +2598,7 @@ updates to users of the official Debian archive view of the package.
END
close GIPATCH or die "$gipatch: $!";
runcmd shell_cmd "exec >>$gipatch", @git, qw(diff),
- $unapplied, $headref, "--", keys %$editedignores;
+ $unapplied, $headref, "--", sort keys %$editedignores;
open SERIES, "+>>", "debian/patches/series" or die $!;
defined seek SERIES, -1, 2 or $!==EINVAL or die $!;
my $newline;