DescribeCommand: Consistenly omit the default value

Omit the default value of "false" for "useTags" like already done for
"longDesc".

Change-Id: I25aaacae028fc8cf27f4040ba45fe79609318aa1
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
This commit is contained in:
Sebastian Schuberth 2019-05-31 17:08:39 +02:00
parent 22352e4751
commit afcb3a8c9e
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class DescribeCommand extends GitCommand<String> {
/**
* Whether to use all tags (incl. lightweight) or not.
*/
private boolean useTags = false;
private boolean useTags;
/**
* Constructor for DescribeCommand.