Class RevList

    • Constructor Detail

      • RevList

        RevList()
    • Method Detail

      • show

        protected void show​(RevCommit c)
                     throws java.lang.Exception
        "Show" the current RevCommit when called from the main processing loop.

        Implement this methods to define the behavior for subclasses of RevWalkTextBuiltin.

        Specified by:
        show in class RevWalkTextBuiltin
        Parameters:
        c - The current RevCommit
        Throws:
        java.lang.Exception