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
Make verify-commits path-independent
pull/118/head
Matt Corallo
hace 4 años
padre
acb55ddd01
commit
befe6a5368
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
contrib/verify-commits/verify-commits.sh
+ 1
- 0
contrib/verify-commits/verify-commits.sh
Ver fichero
@@ -3,6 +3,7 @@
# shell anyone uses today supports it, so its probably fine
DIR=$(dirname "$0")
[ "/${DIR#/}" != "$DIR" ] && DIR=$(dirname "$(pwd)/$0")
echo "Please verify all commits in the following list are not evil:"
git log "$DIR"
Escribir
Vista previa
Cargando…
Cancelar
Guardar