Add config flag to toggle verbose Git repository output. (#763)

* Add config flag to toggle verbose Git repository output.

If `true`: the default, no change.

If `false`: Only show repositories that have been updated or have an error.

Minor tweak to output (removed colon) so that copy and paste for 'cd' is nicer.
This commit is contained in:
Dan Sully
2024-04-13 19:28:03 -07:00
committed by GitHub
parent ecf8fb7a47
commit 9b0681f3b8
3 changed files with 21 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
# Configutation
# Git: Pull Repos
1. The output of "Pulling <repository path>" has been moved behind the
--verbose flag / [misc] configuration block.
# Configuration
1. The `enable_winget` configuration entry in the `windows` section has been
removed because it will not cause any issues and will be enabled by default.