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

Couple of minor changes to make getting started easier from source #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oneness
Copy link

@oneness oneness commented Jan 1, 2023

First of all, I thank you for this wonderful gem I discovered recently and has already became such an essential tool allowing me to make atomic commits a breeze.

I made following changes and hope it helps others get started with it easier :

  • Made commit-patch binary take system env into account for perl binary install location.
    This will fix an error on machines that perl is installed in locations other than /usr/bin/perl. For example, on my M1 Mac, the location is /opt/homebrew/bin/perl.
  • Added missing IPC::Run module installation note to README.md.

One side effect of this PR is that commit-patch binary will not longer has -w perl option by default. Hope you are OK with it since it can be just an alias.

* Made `commit-patch` binary take system env into account for perl
  binary install location.
* Added missing IPC::Run module installation note to README.md.
@oneness oneness force-pushed the master branch 2 times, most recently from b7a2704 to 1376b79 Compare June 17, 2023 23:18
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.

1 participant