From da5d472747438a473f9981911996963c084aca54 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jun 2016 17:03:41 +0100 Subject: [PATCH] Split brain: Generate .gitignore patch in deterministic order --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2