better handling for reporting on callbacks from c library
This commit is contained in:
@@ -79,6 +79,9 @@ operations use them automatically:
|
||||
(git 'fetch)
|
||||
(git 'pull)
|
||||
(git 'push)
|
||||
;; Example while a real push is in progress:
|
||||
;; [git] push origin/main: compressing 45% (37/82 objects)
|
||||
;; [git] push origin/main: sending 58% (48/82 objects)
|
||||
|
||||
;; Suppress network progress when desired:
|
||||
(git 'push #:quiet #t)
|
||||
|
||||
Reference in New Issue
Block a user