From 65f7d184bc55c32cb326faa267688409478b6e82 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Wed, 4 Feb 2026 06:14:22 -1000 Subject: [PATCH] Update src/lazygitclj/core.clj --- src/lazygitclj/core.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lazygitclj/core.clj b/src/lazygitclj/core.clj index 1b8f07a..3f4dfc8 100644 --- a/src/lazygitclj/core.clj +++ b/src/lazygitclj/core.clj @@ -58,7 +58,7 @@ s)) (defn get-current-diff - "Get the diff for the currently selected item based on panel and cursor." + "Change doc string for test" [model] (let [panel (:panel model) items (current-items model) @@ -886,6 +886,8 @@ ;; === Main === +(def temp2 get-current-diff) + (defn -main [& _args] (if (git/repo-root) (do