Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
kgrader
réplica de
https://github.com/earwig/kgrader
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Typo.
master
Ben Kurtovic
hace 8 años
padre
2c92e45bdb
commit
54a69718d5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
lib/kgrader/backend/svn.rb
+ 1
- 1
lib/kgrader/backend/svn.rb
Ver fichero
@@ -53,7 +53,7 @@ module KGrader::Backend
def commit(repo, message, *paths)
fullpaths = *paths.map { |fn| File.join repo, fn }
run 'add' fullpaths
run 'add'
,
fullpaths
run 'commit', '-m', message, fullpaths
end
Escribir
Vista previa
Cargando…
Cancelar
Guardar