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

Feature Request: Allow passing pullBefore flag in smartCommit function #15

Closed
2 tasks done
aegonz opened this issue Mar 28, 2024 · 1 comment
Closed
2 tasks done
Labels
enhancement New feature or request

Comments

@aegonz
Copy link

aegonz commented Mar 28, 2024

Feature Requested

Allow passing pullBefore flag in smartCommit function

In the smartCommig function the following line hardcodes the pullBefore parameter to true.

-- push
if opts.pushIfClean and cleanAfterCommit then push { pullBefore = true } end

It would be helpful if the user was allowed to set that flag explicitly during smartCommit

Relevant Screenshot

No response

Checklist

@aegonz aegonz added the enhancement New feature or request label Mar 28, 2024
@chrisgrieser
Copy link
Owner

Good point, added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants