From: Saba Saba Date: Thu, 9 Feb 2023 17:26:17 +0000 (-0500) Subject: Remove git status X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=a339a42c2b39e4527d6facf44ac0664f51595220;p=git-repl.git Remove git status --- diff --git a/git-skipper.cl b/git-skipper.cl index 4a16240..95edc75 100644 --- a/git-skipper.cl +++ b/git-skipper.cl @@ -35,9 +35,6 @@ (defun no-skip-all () (mapcar #'no-skip-file (skipped-files))) -(defun status () - (git "status")) - (no-skip-all) (skip-modified) (modified-files)