Explorar el Código

Merge "log: Fix commit headers and -p flag"

tags/v0.9.1
Shawn O. Pearce hace 13 años
padre
commit
f395b84390
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java

+ 1
- 1
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java Ver fichero

@@ -234,10 +234,10 @@ class Log extends RevWalkTextBuiltin {
if (showNameAndStatusOnly)
Diff.nameStatus(out, diffFmt.scan(a, b));
else {
out.flush();
diffFmt.format(a, b);
diffFmt.flush();
}
out.println();
out.flush();
}
}

Cargando…
Cancelar
Guardar