chiark / gitweb /
dgit: branch_is_gdr: Put gdr commit annotations in alphabetical order
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 2774f7e55819f0d05e4641a236471f61236dad55..1f42dd3349bd7298b730b585ac90e98dd1cacbcd 100755 (executable)
--- 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)