Class ReceivePack.ReceiveConfig

  • Enclosing class:
    ReceivePack

    private static class ReceivePack.ReceiveConfig
    extends java.lang.Object
    Configuration for receive operations.
    • Field Detail

      • allowCreates

        final boolean allowCreates
      • allowDeletes

        final boolean allowDeletes
      • allowNonFastForwards

        final boolean allowNonFastForwards
      • allowOfsDelta

        final boolean allowOfsDelta
      • allowPushOptions

        final boolean allowPushOptions
      • maxCommandBytes

        final long maxCommandBytes
      • maxDiscardBytes

        final long maxDiscardBytes
    • Constructor Detail

      • ReceiveConfig

        ReceiveConfig​(Config config)