Verbose branch listing added for the sake of completeness. This probably doesn't need a cover letter. The only difference with the previous patch is the '/' fix and to add 'final' where safe to do so. That is to say I only added final for lines modified by this patch. Charles O'Farrell (3): Extract RefComparator to sort collection of Refs Cleanup of Branch command ready for verbose mode Verbose branch command .../src/org/spearce/jgit/pgm/Branch.java | 61 +++++++++++++---- .../src/org/spearce/jgit/lib/RefComparator.java | 72 ++++++++++++++++++++ .../src/org/spearce/jgit/lib/RefWriter.java | 14 +---- 3 files changed, 121 insertions(+), 26 deletions(-) create mode 100644 org.spearce.jgit/src/org/spearce/jgit/lib/RefComparator.java -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html