]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cf/submodule-progress-dissociate'
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 05:04:09 +0000 (14:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 05:04:09 +0000 (14:04 +0900)
commit2a98a8794eac7089d4e44f51b19e358a14eb6d3e
treebcd3161145577f27c0b66e332b843ebfd52bff9f
parent4ce72180abe72dbb40f5e6a517deea814014e005
parenta0ef29341accafa51345e90225d87f6a0d297b7b
Merge branch 'cf/submodule-progress-dissociate'

"git submodule update" and "git submodule add" supported the
"--reference" option to borrow objects from a neighbouring local
repository like "git clone" does, but lacked the more recent
invention "--dissociate".  Also "git submodule add" has been taught
to take the "--progress" option.

* cf/submodule-progress-dissociate:
  submodule: add --dissociate option to add/update commands
  submodule: add --progress option to add command
  submodule: clean up substitutions in script
Documentation/git-submodule.txt
builtin/submodule--helper.c
git-submodule.sh
t/t7400-submodule-basic.sh