]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg/OpensslLib: Fix the documentation about submodule update
authorLong Qin <qin.long@intel.com>
Thu, 12 Apr 2018 02:50:30 +0000 (10:50 +0800)
committerLong Qin <qin.long@intel.com>
Sun, 15 Apr 2018 13:07:38 +0000 (21:07 +0800)
commita701ea0fe1d5178eb4fd2659d83461751cb9e7c9
tree760e4caca2f8ae7fb5be9182b01fd03febf1eab7
parente7df35b2bc53aecaca0792398f5d0ad163e50abb
CryptoPkg/OpensslLib: Fix the documentation about submodule update

This patch is to drop "--remote" option from the original suggested
submodule update command ("$ git submodule update --recursive
--remote") in HOWTO document.

"--remote" option will integrate changes from the upstream subproject
with the submodules's "current HEAD", instead of using the edk2
superproject's "recorded SHA-1".

It is important here for the edk2 consumers to updating the working
tree of the submodules to match the commit / release tag that the
superproject expects. So removing "--remote" option to fix this
documentation issue here.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ye Ting <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Long Qin <qin.long@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt