From 0c72f34ca38a001c0686cacc0c2799cf4f5d5fbd Mon Sep 17 00:00:00 2001 From: Saba Saba Date: Thu, 9 Feb 2023 12:26:20 -0500 Subject: [PATCH] Implemented mergetool --- git-repl.cl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git-repl.cl b/git-repl.cl index 8e381df..9cb1650 100644 --- 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.") -- 2.20.1