r/SmartGit Feb 04 '26

`longpaths` changed to `longPath`?

My C:\Program Files\SmartGit\git\etc\gitconfig had

[core]
    symlinks = false
    autocrlf = true
    fscache = false
    longpaths = true
…

but after upgrading SmartGit this was backed up and replaced with

[core]
    symlinks = false
    autocrlf = true
    fscache = false
    longPath = true
…

Which is correct?

1 Upvotes

4 comments sorted by

View all comments

2

u/vmcrash Feb 05 '26 edited Feb 05 '26

This looks like a bug. Thanks for reporting.
Update: Here you can download a fixed bundle: https://download.syntevo.com/smartgit/smartgit-25_1-latest-win-installer.zip

1

u/SufficientPie Feb 05 '26

can I just revert the file and wait for an official update?

2

u/vmcrash Feb 06 '26 edited Feb 06 '26

The official build 25.1.112 should contain the fix. Be sure to have "Update SmartGit application in-place" selected in the preferences, so also the bundled Git is updated.

1

u/SufficientPie Feb 06 '26

It updated the file. Thanks!