refactor(git): remove our own changed-files cache

This commit is contained in:
Tienson Qin
2020-11-01 00:21:04 +08:00
parent 7824973abc
commit 7a5324a08e
12 changed files with 239 additions and 239 deletions

View File

@@ -545,9 +545,8 @@
(when (or (seq retract-refs) pre-block?)
(ui-handler/re-render-root!))
;; (when (state/git-auto-push?)
;; (repo-handler/push repo nil))
)
(when (state/git-auto-push?)
(repo-handler/push repo nil)))
:else
nil))))))