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:
c755b18
)
Remove git status
author
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:17 +0000
(12:26 -0500)
committer
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:17 +0000
(12:26 -0500)
git-skipper.cl
patch
|
blob
|
history
diff --git
a/git-skipper.cl
b/git-skipper.cl
index
4a16240
..
95edc75
100644
(file)
--- 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)