Skip to content

Commit

Permalink
feat(options): add --patch option which accepts file path or URL (#127)
Browse files Browse the repository at this point in the history
This allows users to easily apply custom patches from a file on disk, or
from a URL. It's particularly hady to quickly test out a changeset from
a GitHub commit/diff or elsewhere.
  • Loading branch information
jimeh authored Dec 3, 2024
1 parent 907f7ba commit 66ccd9c
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 207 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Options:
--posix-spawn Apply posix-spawn patch (deprecated)
--no-frame-refocus Apply no-frame-refocus patch (default: disabled)
--[no-]poll Apply poll patch (deprecated)
-p, --patch=URL Specify a custom patch file or URL to apply to the Emacs source (can be used multiple times)
--[no-]fd-setsize SIZE Set an file descriptor (max open files) limit (default: 10000)
--github-src-repo REPO Specify a GitHub repo to download source tarballs from (default: emacs-mirror/emacs)
--[no-]github-auth Make authenticated GitHub API requests if GITHUB_TOKEN environment variable is set.(default: enabled)
Expand Down
Loading

0 comments on commit 66ccd9c

Please sign in to comment.