Browse Source

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

stable-0.9
Shawn O. Pearce 14 years ago committed by Code Review
parent
commit
f395b84390
  1. 2
      org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java

2
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java

@ -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();
}
}

Loading…
Cancel
Save