`git meta status` shows: ``` modified: path/to/file.txt ``` So `path/to/file.txt` must have a diff right? Running `git meta diff path/to/file.txt` does not show anything. I then assume it's just not working.
git meta statusshows:So
path/to/file.txtmust have a diff right?Running
git meta diff path/to/file.txtdoes not show anything. I then assume it's just not working.