Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
starwels
/
gitian-builder
espejo de
https://github.com/devrandom/gitian-builder
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
Fix pre-push-hook regexes
pull/118/head
Matt Corallo
hace 5 años
padre
73f696920b
commit
3be7a42fe9
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
contrib/verify-commits/pre-push-hook.sh
+ 1
- 1
contrib/verify-commits/pre-push-hook.sh
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar