File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ authors = ["Dilum Aluthge", "contributors"]
44version = " 1.0.0"
55
66[deps ]
7- GitCommand = " 49b5b516-ca3f-4003-a081-42bdcf55082d "
7+ Git = " d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2 "
88ReplMaker = " b873ce64-0db9-51f5-a568-4457d8e49576"
99
1010[compat ]
11- GitCommand = " 2.2. 1"
11+ Git = " 1"
1212ReplMaker = " 0.2.4"
1313julia = " 1.6"
1414
Original file line number Diff line number Diff line change 11module GitRepl
22
3- import GitCommand
3+ import Git
44import ReplMaker
55
66export gitrepl
@@ -12,7 +12,7 @@ const GIT_REPL_MODE_START_KEY = ','
1212function _gitrepl_parser (repl_input:: AbstractString )
1313 return quote
1414 repl_input = $ (Expr (:quote , repl_input))
15- run (` $(GitRepl. GitCommand . git ()) $(split (repl_input)) ` )
15+ run (` $(GitRepl. Git . git ()) $(split (repl_input)) ` )
1616 return nothing
1717 end
1818end
You can’t perform that action at this time.
0 commit comments