[RFC] Git mailing list filters

未关闭
#818 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
45/100
Issue 类型
文档
描述清晰度
基本清楚
活跃度
冷清
技术栈
git
领域
documentation

调研方向

审查 git.github.io 的文档结构,尤其是可能存在的 Hacking Git 页面,并将提议的 Gmail 过滤器与网站现有内容进行比较。完成的标准是选择一个合适的位置,并清晰记录有用的邮件列表过滤器,同时注明如果 Gmail 语法无法支持 release 过滤,则不涵盖该功能。

由索引模型根据 Issue 内容生成。

描述

Hello!

I was discussing with @chriscool about adding instructions to git.github.io about filtering messages from the Git mailing lists. I don't know exactly which would be the best page to place them (perhaps Hacking Git? or a new page dedicated to dealing with communication?).

This work for me (please note that I use GMail and I'm following its searching syntax):

Type Folder Mark as read Search string
Messages including me Inbox No (default behavior)
Patch Git/Patches Yes from:(-<my address>) subject:PATCH (list:git@vger.kernel.org AND -to:<my address>)
What's cooking Git/What's cooking No from:(-<my address>) subject:(What's cooking in git.git) (list:git@vger.kernel.org AND to:-<my address>)
Rev News Git/Rev News No from:(-<my address>) subject:("[ANNOUNCE] Git Rev News") (list:git@vger.kernel.org AND to:-<my address>)
Other Git/Discussion No from:(-<my address>) subject:(-PATCH -"What's cooking" -"[ANNOUNCE] Git Rev News") (list:git@vger.kernel.org AND to:-<my address>)

I would like to hear you if you have any comments on these filters. I want do to something for filtering Git releases but GMail's syntax isn't powerful enough to do that (unless if I do some tricks checking the messages bodies, which is a fragile assumption).

Thanks!

主要语言
CSS
星标
373
派生
325
平均合并
4 天 18 小时
30 天内合并 PR
1

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

git/git.github.io 的其他 Issue

查看 git/git.github.io 的全部 Issue

相似的 Issue

更多 Documentation Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。