| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-14 14:43:07 GMT-0800 |
| Commit | 2a9f91ef60f5cf1fb893495fd27eb67716d0c4df |
| Parent | fd8ddf1 |
| $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 ) ); |
| Delta | 1 line added, 1 line removed |
|---|