X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=4af8f34cd2b21ab71b08529c9e0aaf2b6efe8db6;hp=40c7f3ec2f007aff628452690e049e7a6f15b193;hb=da5d472747438a473f9981911996963c084aca54;hpb=ded07ffa9b1056c1a0f27c3b51ba81c3cb16b0ff diff --git a/dgit b/dgit index 40c7f3ec..4af8f34c 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;