]> source.dussan.org Git - jgit.git/commit
log: Fix commit headers and -p flag 29/1529/1
authorShawn O. Pearce <spearce@spearce.org>
Sat, 4 Sep 2010 06:33:28 +0000 (23:33 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 4 Sep 2010 06:55:45 +0000 (23:55 -0700)
commit596c3f668b184e41b147aab6260c23189e521c09
treee4bd7b18bbb34f41871dbcb07eea8bbb91214e83
parent2aa4196f1fd02851976d2c214302d87ea26663d0
log: Fix commit headers and -p flag

We weren't flushing the commit message before the diff output, which
meant the headers and message showed randomly interleaved with the
diff rather than immediately before.

Change-Id: I6cefab8d40e9d40c937e9deb12911188fec41b26
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java