Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Support in Submodule Git Clone #566

Open
RyanSiu1995 opened this issue Jul 21, 2020 · 0 comments
Open

Support in Submodule Git Clone #566

RyanSiu1995 opened this issue Jul 21, 2020 · 0 comments

Comments

@RyanSiu1995
Copy link

Thank you for the great tool in protobuf development!
I have used the prototool as the change break detection.
But in my repository, I use the git submodule to import different proto files into my application repository.
Therefore, it is good if we could have such flag to enable the submodule initialization.
For example like this,

prototool break check --git-branch master --submodule true

And the thing it will do is just the following after the cloning.

git submodule init
git submodule update
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant