Closed Gaibhne closed 1 year ago
After some further research, the output seems to be affected by having something that provides a diff
executable installed, so I suspect git-xl
somehow depends on having a particular other software installed that provides that. My Windows did not come with any diff
installed, and calling diff
manually results in 'diff' is not recognized as an internal or external command, operable program or batch file.
.
If that is the case, it would be helpful if the install page mentioned needing to have another software installed.
it only diffs VBA code.
🤦♂️ sorry
I added an Excel file, committed, made some changes, committed again and used
git diff
, and it shows nothing about the change at all (but does detect that there is a change):No further output is generated. I tried all the various advised ways of installing (locally, globally, with
install xl
andinstall xltrail
), the givengit xl install
seemed to work fine, at least it reported no errors, and I am guessing that output withdiff --xl
shows that it is working behind the scenes, just not generating any output.