Git Xl Versions Save

Git extension: Makes git-diff work for VBA in Excel workbooks (xls* file types)

0.5.2

1 year ago

Fixes #45

0.5.1

1 year ago

0.5.0

3 years ago

This release fixes an incompatibility with the MIT open-source license that sneaked in with version 0.2.0 by getting rid of a proprietary closed source dll. Consequently, this release removes the ability to merge VBA code for the time being. If we re-introduce it again, we will likely also try to look for a solution that shows better cross-platform compatibility than the previous solution.

All faulty releases have been deleted and the installers removed. Thanks for your understanding!

0.1.2

6 years ago

Fixed file extensions from previous release.

0.1.1

6 years ago

Added support for following additional file extensions:

xltx, xltm

You can now configure the number of lines you want to see in the diff context in .gitconfig:

[diff "xltrail"]
      command = git-xltrail-diff.exe 8

0.1.0

6 years ago