Torsten Tejlmand Rasmussen
Torsten Tejlmand Rasmussen
> In hindsight, I think this use case is not that important to support, because initializing from a pull request can be done in a two-step process by initializing, then...
> Some with submodules and some without. Then the person needs to know which project needs that extra flag or not to get to a state so that it can...
> > `--git-opt` and then pass this raw to `git` ? > > I think not because west calls git a surprisingly large number of times, so it would be...
> Even simple commands like `west manifest` can run git multiple times for different reasons. Yes, but I was referring to those commands where a user might have an interest...
@carlescufi @mbolivar feel free to comment. This is merely an open question, and I lean towards keeping the current behavior, even though I feel it is not fully correct behavior.
> > > > Would you agree? > > In particular, I think we could change it to something like: > > Fetches any project revisions in the manifest file...
> I've reverted this PR to draft for the time beaing. The `` part should be filled in once the `--use-this-workspace` option is released. Great, and thanks for this. Will...
I would suggest to error out. And in future we could consider to add `--force` to `west` to allow user to overrule whatever restriction `west` poses
@mbolivar you're right, it would be required for every command, expect maybe `west list` ;) I think my main point was to suggest the error for now, and then take...
As update on the IRC discussion Sep 12 it is important to consider that ssh could have different styles on different remotes, as example: Consider a company who pulls code...