Class ReceivePack.ReceiveConfig

java.lang.Object
org.eclipse.jgit.transport.ReceivePack.ReceiveConfig
Enclosing class:
ReceivePack

private static class ReceivePack.ReceiveConfig extends Object
Configuration for receive operations.
  • Field Details

    • 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
    • signedPush

      final SignedPushConfig signedPush
  • Constructor Details

    • ReceiveConfig

      ReceiveConfig(Config config)