Class AbstractFetchCommand

    • Field Detail

      • verbose

        private boolean verbose
    • Constructor Detail

      • AbstractFetchCommand

        AbstractFetchCommand()
    • Method Detail

      • showFetchResult

        protected void showFetchResult​(FetchResult r)
                                throws java.io.IOException
        Show fetch result.
        Parameters:
        r - a FetchResult object.
        Throws:
        java.io.IOException - if any.
      • showRemoteMessages

        static void showRemoteMessages​(ThrowingPrintWriter writer,
                                       java.lang.String pkt)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • safeAbbreviate

        private static java.lang.String safeAbbreviate​(ObjectReader reader,
                                                       ObjectId id)