projects
/
git-repl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dba27a
)
Implemented mergetool
author
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:20 +0000
(12:26 -0500)
committer
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:20 +0000
(12:26 -0500)
git-repl.cl
patch
|
blob
|
history
diff --git
a/git-repl.cl
b/git-repl.cl
index
8e381df
..
9cb1650
100644
(file)
--- a/
git-repl.cl
+++ b/
git-repl.cl
@@
-187,6
+187,10
@@
(git "checkout" revision))
(git "checkout" revision)))
+(defun-public mergetool ()
+ "Executes the mergetool configured with git"
+ (git "mergetool"))
+
(defun-public help ()
"Prints out usage instructions for this REPL"
(write-line "This is a Common Lisp REPL.")