diff options
author | Tamino Bauknecht <dev@tb6.eu> | 2024-01-08 22:13:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-01-08 13:36:23 -0800 |
commit | 39487a1510fcdbb4124882f531a077dbdfe1ef60 (patch) | |
tree | 692585da137c7b9381ce5749b319c31a0fc876c1 /t/unit-tests/t-basic.c | |
parent | a26002b62827b89a19b1084bd75d9371d565d03c (diff) |
fetch: add new config option fetch.all
Introduce a boolean configuration option fetch.all which allows to
fetch all available remotes by default. The config option can be
overridden by explicitly specifying a remote or by using --no-all.
The behavior for --all is unchanged and calling git-fetch with --all
and a remote will still result in an error.
Additionally, describe the configuration variable in the config
documentation and implement new tests to cover the expected behavior.
Also add --no-all to the command-line documentation of git-fetch.
Signed-off-by: Tamino Bauknecht <dev@tb6.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/unit-tests/t-basic.c')
0 files changed, 0 insertions, 0 deletions