Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
IntermediateResults
/
split-patch
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
9
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
patchparser: refactor for proper parsing control and construction
- #30
#30
Open
pflanze
wants to merge 20 commits into
main
IntermediateResults/split-patch:main
from
cj_check
IntermediateResults/split-patch:cj_check
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
patchparser: refactor for proper parsing control and construction
#30
pflanze
wants to merge 20 commits into
main
IntermediateResults/split-patch:main
from
cj_check
IntermediateResults/split-patch:cj_check
Copy head branch name to clipboard
Commits
Commits on Aug 25, 2026
line.rs: add `write_line_to`
pflanze
committed
520ac47
View commit details
Copy full SHA for 520ac47
Browse repository at this point
line.rs: add `Line::with_changed_contents`
Show description for 1c40ebb
pflanze
committed
1c40ebb
View commit details
Copy full SHA for 1c40ebb
Browse repository at this point
bumpalo_cow.rs: implement CloneIn for shared references
pflanze
committed
91123b3
View commit details
Copy full SHA for 91123b3
Browse repository at this point
bumpalo_utils.rs: add `try_split_before_in`
pflanze
committed
0923421
View commit details
Copy full SHA for 0923421
Browse repository at this point
bumpalo_utils.rs: allow FnMut arguments
pflanze
committed
7ac6e0b
View commit details
Copy full SHA for 7ac6e0b
Browse repository at this point
split-patch: implement --check, --check-only, --ignore-range-errors
Show description for 2e91a65
pflanze
committed
2e91a65
View commit details
Copy full SHA for 2e91a65
Browse repository at this point
test-split-patches-in-dir.rs: use `--check` option
pflanze
committed
3322336
View commit details
Copy full SHA for 3322336
Browse repository at this point
split-patch/test/: fix expected outputs
Show description for de4d3ba
pflanze
committed
de4d3ba
View commit details
Copy full SHA for de4d3ba
Browse repository at this point
split_options.rs: add an explicit `--dry-run` option
Show description for 9189f33
pflanze
committed
9189f33
View commit details
Copy full SHA for 9189f33
Browse repository at this point
split-options: add --regenerate option
Show description for 61c649b
pflanze
committed
61c649b
View commit details
Copy full SHA for 61c649b
Browse repository at this point
test-split-patches-in-dir.rs: test `--regenerate`
pflanze
committed
36c4576
View commit details
Copy full SHA for 36c4576
Browse repository at this point
split-patch/test/: add outputs for the `--regenerate` test
pflanze
committed
2a227fa
View commit details
Copy full SHA for 2a227fa
Browse repository at this point
patchparser: do not make "@@ " part of the `head_post` field
pflanze
committed
5712533
View commit details
Copy full SHA for 5712533
Browse repository at this point
patchparser: add type CheckErrorHandler for the `handle_check_error` API
Show description for ffa210b
pflanze
committed
ffa210b
View commit details
Copy full SHA for ffa210b
Browse repository at this point
patchparser: replace CheckErrorHandler with trait HandleCheckError
Show description for 8dd6854
pflanze
committed
8dd6854
View commit details
Copy full SHA for 8dd6854
Browse repository at this point
Remove some superfluous lifetime names
Show description for d57446f
pflanze
committed
d57446f
View commit details
Copy full SHA for d57446f
Browse repository at this point
Some fixes via clippy
Show description for 66ad061
pflanze
committed
66ad061
View commit details
Copy full SHA for 66ad061
Browse repository at this point
split-patch: add -r as alias for --regenerate
pflanze
committed
6cddb25
View commit details
Copy full SHA for 6cddb25
Browse repository at this point
split-patch: change --regenerate to imply --ignore-range-errors
pflanze
committed
dd8db14
View commit details
Copy full SHA for dd8db14
Browse repository at this point
split-patch: warn about somewhat non-sensible option combination
pflanze
committed
d869945
View commit details
Copy full SHA for d869945
Browse repository at this point
You can’t perform that action at this time.