summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-25 12:48:03 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-25 12:55:18 +0100
commit788c71b25686960edf9cf80b2f4d3223951959ec (patch)
tree71f05ed18757ba74d1502435f96c331e7561a61f /dgit
parent79e98851edb8daa0f866fb30adab21b3f12989a9 (diff)
dgit: branch_is_gdr: Put gdr commit annotations in alphabetical order
This makes it slightly easier to see our test coverage. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index 2774f7e..1f42dd3 100755
--- a/dgit
+++ b/dgit
@@ -335,8 +335,8 @@ sub branch_is_gdr ($) {
my $cdata = git_cat_file $walk, 'commit';
my ($hdrs,$msg) = $cdata =~ m{\n\n} ? ($`,$') : ($cdata,'');
if ($msg =~ m{^\[git-debrebase\ (
- anchor | pseudomerge | changelog |
- make-patches | merged-breakwater
+ anchor | changelog | make-patches |
+ merged-breakwater | pseudomerge
) [: ] }mx) {
# no need to analyse this - it's sufficient
# (gdr classifications: Anchor, MergedBreakwaters)