Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Bumps magic bytes from 12 to 255

AuthorDave Jarvis <email>
Date2026-02-14 14:43:07 GMT-0800
Commit2a9f91ef60f5cf1fb893495fd27eb67716d0c4df
Parentfd8ddf1
git/Git.php
$isDirectory = $mode === '40000' || $mode === '040000';
$size = $isDirectory ? 0 : $this->getObjectSize( $sha );
- $contents = $isDirectory ? '' : $this->peek( $sha, 12 );
+ $contents = $isDirectory ? '' : $this->peek( $sha, 255 );
$callback( new File( $name, $sha, $mode, 0, $size, $contents ) );
Delta1 line added, 1 line removed