sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
271 stars 14 forks source link

Git binary shows as bundled in the GUI when set in Default.sublime-package #1759

Open Siegmole opened 1 year ago

Siegmole commented 1 year ago

Version info

Description

If you add git_binary to Preferences.sublime-settings in Default.sublime-package, the debug info shows the git binary path correctly but the GUI will shows it as bundled.

Steps to reproduce

Steps to reproduce the behavior:

  1. Open C:\Program Files\Sublime Merge\Packages\Default.sublime-package\Preferences.sublime-settings
  2. Add "git_binary": "C:\Path\to\git\binary"
  3. In the GUI, go to Preferences -> Preferences.. -> Advanced - git binary is shown as bundled
  4. Go to Help -> Debug Information - it shows the binary as "C:\Path\to\git\binary" (custom)

Expected behavior

The GUI should show the custom path the same way the debug information

Debug Information

=== App Version Information === Build: 2077

=== Git Version Information === Using Git: C:/Git/cmd/git.exe (custom) git version 2.33.0.windows.1