alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
patchutil
5 files
at
df56d3db8aafa82d61fb18cb39af1036ea9078d4
Matías Insaurralde
patchutil: add tests for IsFormatPatch
4mo ago
54065496
combinediff.go
patchutil: add tests for IsFormatPatch Cover the sentinel-timestamp fast path, all two-header combinations for the heuristic path, the line-10 boundary, and false cases (empty, single line, plain diff, wrong timestamp, one header, headers beyond line 10). Signed-off-by: Matías Insaurralde <matias@insaurral.de>
4 months ago
image.go
appview: implement interdiff takes a lot of inspiration from patchutils' interdiff algorithm. unlike gerrit; rebase detection is very much a work in progress.
1 year ago
interdiff.go
patchutil,types: implement DiffRenderer interface for all diffs types.NiceDiff and patchutil.Interdiff now implement the new interface. this allows us to remove the differing rendering logic necessary to present each kind of diff.
7 months ago
patchutil.go
patchutil: pre-compile splitFormatPatch regex at package init Signed-off-by: Matías Insaurralde <matias@insaurral.de>
4 months ago
patchutil_test.go
patchutil: add tests for IsFormatPatch Cover the sentinel-timestamp fast path, all two-header combinations for the heuristic path, the line-10 boundary, and false cases (empty, single line, plain diff, wrong timestamp, one header, headers beyond line 10). Signed-off-by: Matías Insaurralde <matias@insaurral.de>
4 months ago