Skip to content
  • Brad King's avatar
    pre-commit: Check file sizes · a54ae582
    Brad King authored
    Check blob and tree object sizes to prevent large objects from entering
    the repository.  The default limit is 1024 KiB, but it can be set with
    
      git config hooks.MaxObjectKiB $KiB
    
    locally, or disabled by using 0 KiB.
    a54ae582