Java org.eclipse.jgit.transport TagOpt fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport TagOpt fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport TagOpt.

The text is from its open source code.

Field

TagOptAUTO_FOLLOW
Automatically follow tags if we fetch the thing they point at.
TagOptNO_TAGS
Never fetch tags, even if we have the thing it points at.
TagOptFETCH_TAGS
Always fetch tags, even if we do not have the thing it points at.