Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app: Allow passing arguments to git status/diff #718

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

pdgendt
Copy link
Collaborator

@pdgendt pdgendt commented Jul 19, 2024

west should pass unknown arguments to git status and git diff commands.

This allows things like:

$ west status --short --branch
$ west diff --stat

src/west/app/project.py Outdated Show resolved Hide resolved
west should pass unknown arguments to git status and diff commands.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Call west diff and status commands with arguments to be passed to git.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
@carlescufi carlescufi merged commit d9c71b1 into zephyrproject-rtos:main Aug 27, 2024
9 checks passed
@pdgendt pdgendt deleted the git-pass-args branch August 27, 2024 12:31
@pdgendt pdgendt added this to the v1.3.0 milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants