Skip to content

Commit 8fcb52a

Browse files
committed
feat(options): add --patch option which accepts file path or URL
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.
1 parent e030fee commit 8fcb52a

File tree

2 files changed

+270
-207
lines changed

2 files changed

+270
-207
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Options:
146146
--posix-spawn Apply posix-spawn patch (deprecated)
147147
--no-frame-refocus Apply no-frame-refocus patch (default: disabled)
148148
--[no-]poll Apply poll patch (deprecated)
149+
-p, --patch=URL Specify a custom patch file or URL to apply to the Emacs source (can be used multiple times)
149150
--[no-]fd-setsize SIZE Set an file descriptor (max open files) limit (default: 10000)
150151
--github-src-repo REPO Specify a GitHub repo to download source tarballs from (default: emacs-mirror/emacs)
151152
--[no-]github-auth Make authenticated GitHub API requests if GITHUB_TOKEN environment variable is set.(default: enabled)

0 commit comments

Comments
 (0)