mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 12:44:22 +00:00
fix(git): set core.quotepath=false
This commit is contained in:
@@ -98,7 +98,9 @@
|
||||
|
||||
(defn commit!
|
||||
[message]
|
||||
(run-git! #js ["commit" "-m" message]))
|
||||
(p/do!
|
||||
(run-git! #js ["config" "core.quotepath" "false"])
|
||||
(run-git! #js ["commit" "-m" message])))
|
||||
|
||||
(defn add-all-and-commit!
|
||||
([]
|
||||
|
||||
Reference in New Issue
Block a user