facebook/sapling

Patch export

Open

#318 aperta il 11 dic 2022

Vedi su GitHub
 (12 commenti) (0 reazioni) (0 assegnatari)Rust (182 fork)batch import
enhancementgood-first-issuehelp wanted

Metriche repository

Star
 (4649 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It would be nice if we had the ability to export commits under the Git email .patch (example: https://patch-diff.githubusercontent.com/raw/facebook/sapling/pull/287.patch)

I use the mailing list patch workflow for some personal projects and would love to use sl to manage the repo, but exporting diffs to mail is a bit difficult right now.

sl export exists, but it's descended from hg export and does not have all the information the Git patch format does (From lines, date, Subject lines, diffstat, unified file diffs)

Guida contributor