Signed-off-by: David Kågedal <davidk@xxxxxxxxxxxxxx> --- contrib/stgit.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/contrib/stgit.el b/contrib/stgit.el index 9907952..d0f19c3 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -131,7 +131,8 @@ Argument DIR is the repository path." (when (memq patchsym stgit-marked-patches) (replace-match "*" nil nil nil 2) (setq marked (cons patchsym marked))))) - ((looking-at "stg series: Branch \".*\" not initialised") + ((or (looking-at "stg series: Branch \".*\" not initialised") + (looking-at "stg series: .*: branch not initialized")) (forward-line 1) (insert "Run M-x stgit-init to initialise"))) (forward-line 1)) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html