summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorSasa Zivkov <sasa.zivkov@sap.com>2011-02-21 16:43:06 +0100
committerChris Aniszczyk <caniszczyk@gmail.com>2011-02-23 09:32:23 -0600
commit5f3d577e5a1e8f23a2b6ea6a2bf24516806e01b8 (patch)
tree30fdb0df79177e6903b3bb118867fb186098b6a0 /org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
parent977446e5da257408a3ac1ec9eb3c2258d0bcf061 (diff)
downloadjgit-5f3d577e5a1e8f23a2b6ea6a2bf24516806e01b8.tar.gz
jgit-5f3d577e5a1e8f23a2b6ea6a2bf24516806e01b8.zip
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>
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.pgm/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
index f27bcf5fd9..9825031ce2 100644
--- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
@@ -15,6 +15,7 @@ Import-Package: org.eclipse.jgit.api;version="[0.12.0,0.13.0)",
org.eclipse.jgit.iplog;version="[0.12.0,0.13.0)",
org.eclipse.jgit.lib;version="[0.12.0,0.13.0)",
org.eclipse.jgit.nls;version="[0.12.0,0.13.0)",
+ org.eclipse.jgit.notes;version="[0.12.0,0.13.0)",
org.eclipse.jgit.revplot;version="[0.12.0,0.13.0)",
org.eclipse.jgit.revwalk;version="[0.12.0,0.13.0)",
org.eclipse.jgit.revwalk.filter;version="[0.12.0,0.13.0)",