We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07ac34 commit 402aedeCopy full SHA for 402aede
contrib/stgit.el
@@ -727,7 +727,7 @@ using (make-hash-table :test \='equal)."
727
(match-string 0))))
728
(while (not (eobp))
729
(unless (looking-at
730
- "\\([*0 ]\\)\\([>+-]\\)\\( \\)\\([^ ]+\\) *[|#] \\(.*\\)")
+ "\\([*0 ]\\)\\([>+-]\\)\\( \\)\\([^ ]+\\) *[|#] ?\\(.*\\)")
731
(error "Syntax error in output from stg series"))
732
(let* ((state-str (match-string 2))
733
(state (cond ((string= state-str ">") 'top)
0 commit comments