arity
This commit is contained in:
@@ -93,7 +93,8 @@
|
||||
(λ (cmd exit-code result output out info)
|
||||
(cond
|
||||
((= exit-code 1) (git-displ out) #t)
|
||||
(std-process-git-result cmd exit-code result output out)))
|
||||
(else
|
||||
(std-process-git-result cmd exit-code result output out info))))
|
||||
)
|
||||
|
||||
(def-cmd git-push cmd-git-push 'push add-porcelain)
|
||||
|
||||
Reference in New Issue
Block a user