使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
starwels
/
gitian-builder
镜像自地址
https://github.com/devrandom/gitian-builder
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
2
百科
动态
浏览代码
Fix pre-push-hook regexes
pull/118/head
Matt Corallo
5 年前
父节点
73f696920b
当前提交
3be7a42fe9
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
1
1
contrib/verify-commits/pre-push-hook.sh
+ 1
- 1
contrib/verify-commits/pre-push-hook.sh
查看文件
@@ -1,5 +1,5 @@
#!/bin/bash
if ! [[ "$2" =~
[git@]?[www.]?github.com[:|/]bitcoin/bitcoin[.git]?
]]; then
if ! [[ "$2" =~
^(git@)?(www.)?github.com(:|/)bitcoin/bitcoin(.git)?$
]]; then
exit 0
fi
撰写
预览
正在加载...
取消
保存