Class Push

    • Field Detail

      • timeout

        int timeout
      • remote

        private java.lang.String remote
      • refSpecs

        private java.util.List<RefSpec> refSpecs
      • all

        private boolean all
      • atomic

        private boolean atomic
      • tags

        private boolean tags
      • verbose

        private boolean verbose
      • thin

        private boolean thin
      • force

        private boolean force
      • receivePack

        private java.lang.String receivePack
      • dryRun

        private boolean dryRun
      • pushOptions

        private java.util.List<java.lang.String> pushOptions
      • shownURI

        private boolean shownURI
    • Constructor Detail

      • Push

        Push()
    • Method Detail

      • nothin

        void nothin​(boolean ignored)
      • printPushResult

        private void printPushResult​(ObjectReader reader,
                                     URIish uri,
                                     PushResult result)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • safeAbbreviate

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

        private void printUpdateLine​(char flag,
                                     java.lang.String summary,
                                     java.lang.String srcRef,
                                     java.lang.String destRef,
                                     java.lang.String message)
                              throws java.io.IOException
        Throws:
        java.io.IOException