Git Extensions 3.0.1

Features

  • Windows Explorer integration for Git
  • Feature rich user interface for Git

Notes

  • This package will not uninstall silently when the application was never used (see the #3581 issue).

  • The msi REMOVE parameter (inside the chocolateyInstall.ps1 file) that is defined in silentArgs was obtained with the following PowerShell snippet.

    (
        (
            @(
                lessmsi l -t Feature gitextensionsInstall.msi `
                    | ConvertFrom-Csv `
                    | Where-Object {$_.Level -gt 1} `
                    | ForEach-Object {$_.Feature} `
            ) + 'AddToPath'
        ) | Sort-Object -Unique
    ) -join ','
    

    We also do not let the installer add the GitExtensions directory to the PATH because it leaves too many executables and dlls available on the search PATH. instead we create a single shim to gitex.cmd.

Кількість завантажень: 74 205
Розмір: 15.92 MB
Дата додавання: 28.01.2019
Схема поширення: безкоштовне ПЗ
Операційні системи: Windows 7 x64, Windows 8 x64,
Windows 8.1 x64, Windows 10 x64, Windows 11 x64