diff options
author | Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> | 2011-09-10 15:39:23 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-11 21:40:00 -0700 |
commit | b52d00aedeb94f12a16afcef1bb33c989f9b4105 (patch) | |
tree | 9a3e5ec235ecdc84adc7d9effbf5aead7cb18140 /diffcore.h | |
parent | 1822b86a515af708e2259bae2b6a1f2052a2d3aa (diff) | |
download | git-b52d00aedeb94f12a16afcef1bb33c989f9b4105.tar.gz git-b52d00aedeb94f12a16afcef1bb33c989f9b4105.tar.xz |
remote: only update remote-tracking branch if updating refspec
'git remote rename' will only update the remote's fetch refspec if it
looks like a default one. If the remote has no default fetch refspec,
as in
[remote "origin"]
url = git://git.kernel.org/pub/scm/git/git.git
fetch = +refs/heads/*:refs/remotes/upstream/*
we would not update the fetch refspec and even if there is a ref
called "refs/remotes/origin/master", we should not rename it, since it
was not created by fetching from the remote.
Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore.h')
0 files changed, 0 insertions, 0 deletions