feat: native filesystem api integration WIP

This commit is contained in:
Tienson Qin
2020-11-22 01:17:47 +08:00
parent 8b5719e1fd
commit 6c3da67f6b
17 changed files with 436 additions and 139 deletions

View File

@@ -18,8 +18,6 @@
;; TODO: what if the remote is not named "origin", check the api from isomorphic-git
(git/resolve-ref repo-url (str "refs/remotes/origin/" branch))))
;; Should include un-pushed committed files too
(defn check-changed-files-status
([]
(check-changed-files-status (state/get-current-repo)))