-
- Downloads
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
No related branches found
No related tags found
Showing
- Documentation/git-submodule.txt 16 additions, 1 deletionDocumentation/git-submodule.txt
- builtin/submodule--helper.c 13 additions, 3 deletionsbuiltin/submodule--helper.c
- git-submodule.sh 16 additions, 5 deletionsgit-submodule.sh
- t/t7400-submodule-basic.sh 16 additions, 0 deletionst/t7400-submodule-basic.sh
- t/t7408-submodule-reference.sh 17 additions, 0 deletionst/t7408-submodule-reference.sh
Please register or sign in to comment