From f10847aa1694adb911dd11d4d97f61d451af801e Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 25 Jan 2019 19:58:28 +0800 Subject: [PATCH] =?UTF-8?q?Add:=E8=87=AA=E5=8A=A8=20pr=20=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=8A=93=E5=8F=96=E5=99=A8=EF=BC=8C=E6=8A=93=E5=8F=96?= =?UTF-8?q?=E4=B8=A4=E5=91=A8=E5=89=8D=E8=87=B3=E4=BB=8A=E7=9A=84,?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=B9=B6=E5=8E=BB?= =?UTF-8?q?=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/getPR.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/getPR.sh b/tools/getPR.sh index e0fd813d..c9e86974 100644 --- a/tools/getPR.sh +++ b/tools/getPR.sh @@ -1,7 +1,8 @@ #!/bin/bash -# pr 日志生成器 +# pr 日志生成器,自动 pr 工具抓取器,抓取两周前至今的,提交数据,并去重。 +# 生成一个 http 页面,打印成 markdown 格式 # run $ bash tools/getPR.sh # git log --pretty="%h - %s - %ad" --author=ryan --since=2.weeks --no-merges > tools/log.txt