jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Christian Halstrick 0e3ddea1b0 Add "--long" option to JGit describe
Native git supports "git describe --long". This will enforce returning a
long description of a commit even if a tag is directly pointing to the
commit (in contrast to just returning the tag name as it is now). This
commit teaches JGits DescribeCommand and the describe command in the pgm
package to support "--long".

Bug: 460991
Change-Id: I65e179b79e89049c6deced3c71cb3ebb08ed0a8f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-03-09 13:48:04 -07:00
..
api Add "--long" option to JGit describe 2015-03-09 13:48:04 -07:00
attributes Add basic support for .gitattributes 2015-01-07 10:52:06 -08:00
diff Fix RawText.getLineDelimiter() for empty first line 2015-01-17 23:28:20 +01:00
dircache DirCache: Refuse to read files with invalid paths 2014-12-18 14:48:46 +01:00
events Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
fnmatch Added characters to be escaped in file name patterns 2013-04-06 18:23:33 +02:00
gitrepo Fix tests on windows by closing repos 2014-12-12 14:49:02 +01:00
ignore PathMatcher should respect "assumeDirectory" flag 2014-12-28 02:03:08 +01:00
internal/storage Expand wildcard imports to specfic classes 2014-11-10 15:35:20 -08:00
lib Read user.name and email from environment first 2015-02-24 16:39:19 +01:00
merge RecursiveMerger should not fail on content-merge conflicts of parents 2014-07-28 14:52:07 +02:00
nls Move console classes to pgm bundle 2015-02-10 09:14:48 +01:00
notes Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
patch Suppress boxing warnings where we know they are ok 2012-09-22 01:21:00 +02:00
revplot PlotCommitList: Close plot lanes at root commits 2014-09-02 07:57:04 -04:00
revwalk Expand wildcard imports to specfic classes 2014-11-10 15:35:20 -08:00
storage/file Remove hardcoded target/trash from test cases 2013-11-01 19:57:47 -07:00
submodule Fix tests on windows by closing repos 2014-12-12 14:49:02 +01:00
test/resources Move SampleDataRepositoryTestCase to org.eclipse.jgit.test 2013-11-24 05:27:14 -05:00
transport Add an in-process pack transport for use in tests 2015-02-27 16:26:39 -08:00
treewalk Merge branch 'stable-3.5' into stable-3.6 2014-12-19 00:17:54 +01:00
util Fix FileUtils.testRelativize_mixedCase which failed on Mac OS X 2015-02-02 21:23:31 +01:00