author | Alex Riesen <raa.lkml@gmail.com> | |
Thu, 21 Aug 2008 17:23:20 +0000 (19:23 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 23 Aug 2008 00:18:26 +0000 (17:18 -0700) | ||
commit | 9188ed8962ed47c0f41c24eb1317aa07037da545 | |
tree | ab528a64f51ccc6ac1ca920a39b82725e6d7c317 | tree | snapshot |
parent | a19a424010970a076a51afb4b378c9edcd908ff9 | commit | diff |
Extend "checkout --track" DWIM to support more cases
The code handles additionally "refs/remotes/<something>/name",
"remotes/<something>/name", and "refs/<namespace>/name".
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The code handles additionally "refs/remotes/<something>/name",
"remotes/<something>/name", and "refs/<namespace>/name".
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt | diff | blob | history | |
builtin-checkout.c | diff | blob | history | |
cache.h | diff | blob | history | |
t/t7201-co.sh | diff | blob | history |