A filename with spaces (e.g. `New File.txt`) in a repository will not be found when running ```bash git-forget-blob New\ File.txt ``` The following error is returned: ``` Read blobs... New File.txt not found in the repository history. ```
A filename with spaces (e.g.
New File.txt) in a repository will not be found when runninggit-forget-blob New\ File.txtThe following error is returned: