better progress information for git commands
This commit is contained in:
@@ -79,13 +79,16 @@ operations use them automatically:
|
||||
(git 'fetch)
|
||||
(git 'pull)
|
||||
(git 'push)
|
||||
|
||||
;; Suppress network progress when desired:
|
||||
(git 'push #:quiet #t)
|
||||
```
|
||||
|
||||
## Supported Git operations
|
||||
|
||||
Version 0.2 supports repository discovery, init, clone, status, add, config,
|
||||
commit, branch, checkout, lightweight tags, log, remotes, fetch,
|
||||
fast-forward-only pull, push, tag push, and HTTPS username/token credentials.
|
||||
fast-forward-only pull, push, tag push, network transfer progress, and HTTPS username/token credentials.
|
||||
|
||||
SSH credentials, merge/rebase pull, annotated tags, and submodules are not yet
|
||||
part of this module.
|
||||
|
||||
Reference in New Issue
Block a user