author | Jeff King <peff@peff.net> | |
Tue, 22 Apr 2008 11:11:13 +0000 (07:11 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 25 Apr 2008 05:30:31 +0000 (22:30 -0700) | ||
commit | 1ce89cc4bb18b0e66f7073562d6634f6a9841335 | |
tree | 13dce1f6404c0d9a759d29cc7902e0ea7b3915b9 | tree | snapshot |
parent | f8aae120345f511e59bb008e8de2a8f6e65cf377 | commit | diff |
remote: create fetch config lines with '+'
Since git-remote always uses remote tracking branches, it
should be safe to always force updates of those branches.
I.e., we should generate
fetch = +refs/heads/*:refs/remotes/$remote/*
instead of
fetch = refs/heads/*:refs/remotes/$remote/*
This was the behavior of the perl version, which seems to
have been lost in the C rewrite.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Since git-remote always uses remote tracking branches, it
should be safe to always force updates of those branches.
I.e., we should generate
fetch = +refs/heads/*:refs/remotes/$remote/*
instead of
fetch = refs/heads/*:refs/remotes/$remote/*
This was the behavior of the perl version, which seems to
have been lost in the C rewrite.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c | diff | blob | history | |
t/t5505-remote.sh | diff | blob | history |