File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ (in-package :asdf-user )
3+
4+ (defsystem " lem-legit"
5+ :serial t
6+ :depends-on (" lem" " lem-patch-mode" " lem-yaml-mode" " lem-markdown-mode" )
7+ :components ((:module " ./"
8+ :components ((:file " porcelain" )
9+ (:file " peek-legit" )
10+ (:file " legit" )
11+ (:file " legit-rebase" )
12+ (:file " legit-commit" )))
13+ (:module " scripts"
14+ :components ((:static-file " dumbrebaseeditor.sh" )))))
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ M src/ext/porcelain.lisp
795795(defparameter *rebase-script-content*
796796 #+ (or lem-ncurses lem-sdl2)
797797 (str :from-file
798- (asdf :system-relative-pathname (asdf :find-system " lem" )
798+ (asdf :system-relative-pathname (asdf :find-system " lem-legit " )
799799 " scripts/dumbrebaseeditor.sh" ))
800800 #- (or lem-ncurses lem-sdl2)
801801 " "
File renamed without changes.
Original file line number Diff line number Diff line change 253253 " lem-markdown-mode"
254254 " lem-color-preview"
255255 " lem-lua-mode"
256- " lem-terminal" ))
257-
258- (defsystem " lem/legit"
259- :serial t
260- :depends-on (" lem" " lem-patch-mode" " lem-yaml-mode" " lem-markdown-mode" )
261- :components ((:module " extensions/legit"
262- :components ((:file " porcelain" )
263- (:file " peek-legit" )
264- (:file " legit" )
265- (:file " legit-rebase" )
266- (:file " legit-commit" )))
267- (:module " scripts"
268- :components ((:static-file " dumbrebaseeditor.sh" )))))
256+ " lem-terminal"
257+ " lem-legit" ))
269258
270259(defsystem " lem/executable"
271260 :build-operation program-op
You can’t perform that action at this time.
0 commit comments