git-xl icon indicating copy to clipboard operation
git-xl copied to clipboard

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

Results 24 git-xl issues
Sort by recently updated
recently updated
newest added

Currently, I have been able to do this: `git diff Book1.xlsx` where, it shows the difference b/w **last pushed** and **current changes** made in SPREADSHEETCOMPARE. But I want to see...

i type git diff in gitbash, but it not display what i changed

Currently, when installing git lfs after running `git xltrail install --local`, `.gitattributes` looks like this: ``` *.xla diff=xltrail *.xla merge=xltrail *.xlam diff=xltrail *.xlam merge=xltrail *.xls diff=xltrail *.xls merge=xltrail *.xlsb diff=xltrail...

Git diff only works in a branch prior to a commit. Could the diff be accessed in some way to show the changes after the commit using git show? Perhaps...

The idea is to make something along the following lines work in `.gitconfig`: ``` [difftool "meld"] cmd = git-xltrail-diff.exe "$LOCAL" "$REMOTE"--output-to-file && meld "$LOCAL" "$REMOTE" ```

enhancement

I'm trying to create a patch by redirecting the diff output to a file, i.e. git diff > .patch but the file is "contaminated" with color codes, e.g. - On...

I am using GitXL with SourceTree and after the fix due to Microsoft's last changes to the VBA project structure we were glad to receive the updated GitXL version 0.5.1....

`scripts/linux/build` is a modified version of `scripts/windows/build.bat`. It just takes the modified `./scripts/linux/update-version-info.py` + the unmodified `./scripts/windows/git-xl-version-info.py` files and uses them to build the binary via pyinstaller. I also updated...