File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 7
7
; ; Keywords: vc tools
8
8
9
9
; ; Package: magit-stgit
10
- ; ; Package-Requires: ((emacs "24.4") (magit "2.12.0") (magit-popup "2.12.0") ( transient "0.3.7"))
10
+ ; ; Package-Requires: ((emacs "24.4") (magit "2.12.0") (transient "0.3.7"))
11
11
12
12
; ; Magit-StGit is free software; you can redistribute it and/or modify it
13
13
; ; under the terms of the GNU General Public License as published by
61
61
(require 'dash )
62
62
63
63
(require 'magit )
64
- (require 'magit-popup )
65
64
(require 'transient )
66
65
67
66
; ;; Options
71
70
" StGit support for Magit."
72
71
:group 'magit-extensions )
73
72
74
- (defgroup magit-stgit-commands nil
75
- " Options controlling behavior of certain commands."
76
- :group 'magit-stgit )
77
-
78
73
(defcustom magit-stgit-executable " stg"
79
74
" The name of the StGit executable."
80
75
:group 'magit-stgit
You can’t perform that action at this time.
0 commit comments