facebook/sapling

Patch export

开放

#318 创建于 2022年12月11日

 (12 条评论) (0 个反应) (0 位负责人)Rust (182 个派生)batch import
enhancementgood-first-issuehelp wanted

仓库指标

星标
 (4,649 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南