Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > Documentation/config.txt | 20 ++++- > Documentation/fetch-options.txt | 18 +++- > Documentation/git-fetch.txt | 76 +++++++++++++++++ > Documentation/git-remote.txt | 14 +-- > builtin/fetch.c | 37 +++++++- > contrib/completion/git-completion.bash | 2 +- > remote.c | 5 +- > remote.h | 3 + > t/t5510-fetch.sh | 152 ++++++++++++++++++++++++--------- > 9 files changed, 275 insertions(+), 52 deletions(-) I've queued this round but saw a few minor conflicts with another topi in flight, so please double check the result when I push the result out shortly. Thanks.