This website works better with JavaScript.
首頁
說明
登入
starwels
/
gitian-builder
镜像来自
https://github.com/devrandom/gitian-builder
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
2
Wiki
Activity
瀏覽代碼
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
Write
Preview
Loading…
取消
儲存