diff options
author | Björn Gustavsson <bgustavsson@gmail.com> | 2009-12-31 10:43:17 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-31 12:23:41 -0800 |
commit | 4f2e842dd0046a12bd82bb2b5aa066c686dc3f44 (patch) | |
tree | 599bdd05e261c2fc93fd02e918ddc0a0ae26cd5d /t/t7604-merge-custom-message.sh | |
parent | Re-implement 'git remote update' using 'git fetch' (diff) | |
download | tgif-4f2e842dd0046a12bd82bb2b5aa066c686dc3f44.tar.xz |
Fix "git remote update" with remotes.defalt set
Starting from commit 8db35596, "git remote update" (with no
group name given) will fail with the following message if
remotes.default has been set in the config file:
fatal: 'default' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
The problem is that the --multiple option is not passed to
"git fetch" if no remote or group name is given on the command
line. Fix the problem by always passing the --multiple
option to "git fetch" (which actually simplifies the code).
Reported-by: YONETANI Tomokazu
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7604-merge-custom-message.sh')
0 files changed, 0 insertions, 0 deletions