author | Jens Lehmann <Jens.Lehmann@web.de> | |
Sun, 6 Mar 2011 22:14:15 +0000 (23:14 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Mar 2011 21:10:36 +0000 (13:10 -0800) | ||
commit | 794a3592ad9d8a9b273f6496052bbcb46b1924ed | |
tree | 1b26e6f07bef22d7e38b89f66baa28c850f2ee4b | tree | snapshot |
parent | e5f522d610d34914e3fcf8b23de1b771c467196e | commit | diff |
fetch/pull: Describe --recurse-submodule restrictions in the BUGS section
Using the --recurse-submodules option with fetch and pull might not always
fetch all the submodule commits the user expects, as this will only work
when the submodule is already checked out. Document that and warn that
this is expected to change in the future.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Using the --recurse-submodules option with fetch and pull might not always
fetch all the submodule commits the user expects, as this will only work
when the submodule is already checked out. Document that and warn that
this is expected to change in the future.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fetch.txt | diff | blob | history | |
Documentation/git-pull.txt | diff | blob | history |