mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-12 16:44:58 -05:00
The 'git survey' builtin provides several detail tables, such as "top files by on-disk size". The size of these tables defaults to 10, currently. Allow the user to specify this number via a new --top=<N> option or the new survey.top config key. Signed-off-by: Derrick Stolee <stolee@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
survey.*::
|
|
These variables adjust the default behavior of the `git survey`
|
|
command. The intention is that this command could be run in the
|
|
background with these options.
|
|
+
|
|
--
|
|
verbose::
|
|
This boolean value implies the `--[no-]verbose` option.
|
|
progress::
|
|
This boolean value implies the `--[no-]progress` option.
|
|
top::
|
|
This integer value implies `--top=<N>`, specifying the
|
|
number of entries in the detail tables.
|
|
--
|