Zig Version
0.16.0
Steps to Reproduce and Observed Behavior
zig fetch 'git+https://github.com/git/git.git#db91954e18654eeebc54c900f44c704002e1866d'
info: initialize build.zig template file with 'zig init'
info: see 'zig --help' for more options
error: no build.zig file found, in the current directory or any parent directories
Expected Behavior
As in with zig 0.15.2, I expect to see the output hash.
zig fetch 'git+https://github.com/git/git.git#db91954e18654eeebc54c900f44c704002e1866d'
N-V-__8AAG1trALqq4SJfLv7tvBkbOV2Ixb0sdeS0nB9jNsn
### Zig Version
0.16.0
### Steps to Reproduce and Observed Behavior
```sh
zig fetch 'git+https://github.com/git/git.git#db91954e18654eeebc54c900f44c704002e1866d'
info: initialize build.zig template file with 'zig init'
info: see 'zig --help' for more options
error: no build.zig file found, in the current directory or any parent directories
```
### Expected Behavior
As in with zig 0.15.2, I expect to see the output hash.
```sh
zig fetch 'git+https://github.com/git/git.git#db91954e18654eeebc54c900f44c704002e1866d'
N-V-__8AAG1trALqq4SJfLv7tvBkbOV2Ixb0sdeS0nB9jNsn
```