This website works better with JavaScript.
Ana Sayfa
Yardım
Giriş Yap
starwels
/
gitian-builder
şunun yansıması
https://github.com/devrandom/gitian-builder
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Sürümler
2
Wiki
Aktivite
Kaynağa Gözat
Fix pre-push-hook regexes
pull/118/head
Matt Corallo
5 yıl önce
ebeveyn
73f696920b
işleme
3be7a42fe9
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
contrib/verify-commits/pre-push-hook.sh
+ 1
- 1
contrib/verify-commits/pre-push-hook.sh
Dosyayı Görüntüle
@@ -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…
İptal
Kaydet