| author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
| Mon, 18 Jan 2010 20:44:11 +0000 (22:44 +0200) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Tue, 19 Jan 2010 01:09:32 +0000 (17:09 -0800) | ||
| commit | 4fc500667636c4ada592a40c4d11ce0560c43c0d | |
| tree | 78c07862f09c2b89339a53a287a4f5540dc73a4c | tree | snapshot |
| parent | ff6d26a0e1d8fad775010fa3b689c0c027da8bb0 | commit | diff |
Add branch --set-upstream
Add --set-upstream option to branch that works like --track, except that
when branch exists already, its upstream info is changed without changing
the ref value.
Based-on-patch-from: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Add --set-upstream option to branch that works like --track, except that
when branch exists already, its upstream info is changed without changing
the ref value.
Based-on-patch-from: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| Documentation/git-branch.txt | diff | blob | history | |
| branch.c | diff | blob | history | |
| builtin-branch.c | diff | blob | history | |
| cache.h | diff | blob | history | |
| t/t6040-tracking-info.sh | diff | blob | history |