Class DescribeCommand

  • All Implemented Interfaces:
    Callable<String>

    public class DescribeCommand
    extends GitCommand<String>
    Given a commit, show the most recent tag that is reachable from a commit.
    Since:
    3.2
    • Constructor Detail

      • DescribeCommand

        protected DescribeCommand​(Repository repo)
        Parameters:
        repo -