2 synopsis: "Quieter Git output"
3 packages: [cabal-install]
7 When `cabal` clones a Git repo for a `source-repository-package` listed in a
8 `cabal.project`, it will run various commands to check out the correct
9 revision, initialize submodules if they're present, and so on.
11 Now, `cabal` will pass `--quiet` to Git in more cases to help prevent
12 cluttering command-line output.