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 1b06448 commit 0e44df6Copy full SHA for 0e44df6
magit-stgit.el
@@ -1,6 +1,6 @@
1
;;; magit-stgit.el --- StGit extension for Magit
2
3
-;; Copyright (C) 2011-2015 The Magit Project Contributors
+;; Copyright (C) 2011-2017 The Magit Project Contributors
4
5
;; Author: Lluís Vilanova <[email protected]>
6
;; Maintainer: Lluís Vilanova <[email protected]>
@@ -99,7 +99,7 @@
99
:group 'magit-stgit-faces)
100
101
(add-to-list 'magit-ref-namespaces
102
- '("^refs/patches/\\(.+\\)" magit-stgit-patch nil))
+ (cons "^refs/patches/\\(.+\\)" 'magit-stgit-patch))
103
104
(defface magit-stgit-current
105
'((((background dark)) (:weight bold :foreground "yellow"))
0 commit comments