]> source.dussan.org Git - jgit.git/commit
Show notes in Log CLI command 64/2564/3
authorSasa Zivkov <sasa.zivkov@sap.com>
Mon, 21 Feb 2011 15:43:06 +0000 (16:43 +0100)
committerChris Aniszczyk <caniszczyk@gmail.com>
Wed, 23 Feb 2011 15:32:23 +0000 (09:32 -0600)
commit5f3d577e5a1e8f23a2b6ea6a2bf24516806e01b8
tree30fdb0df79177e6903b3bb118867fb186098b6a0
parent977446e5da257408a3ac1ec9eb3c2258d0bcf061
Show notes in Log CLI command

Support for --no-standard-notes and --show-notes=REF options is added
to the Log command. The --show-notes option can be specified more than
once if more than one notes branch should be used for showing notes.

The notes are displayed from note branches in the order how the note
branches are specified in the command line. However, the standard note,
from the refs/notes/commits, is always displayed as first unless
the --no-standard-notes options is given.

Change-Id: I4e7940804ed9d388b625b8e8a8e25bfcf5ee15a6
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java