Git Source Control Provider full changelog
Git Source Control Provider 6.0.5.18375
released Jan 11, 2026 (New Release)
Release Notes Highlights:
Required: .NET 9.0 Desktop Runtime v9.0.11 x64 or later 9.x
Recommended: Git 2.51.0 or later
Two fixes
Updated translations (ja, ko 100%; ta, zh, fr, tr, ru > 95%; others less)
ARM64 builds: Verification is still underway to determine whether the binaries have been properly signed.
What's Changed
fix(CheckSettingsLogic): Prefer native executables by @mstv in #12704
fix(plugin loading): Await registration before use by @mstv in #12707
Required: .NET 9.0 Desktop Runtime v9.0.11 x64 or later 9.x
Recommended: Git 2.51.0 or later
Two fixes
Updated translations (ja, ko 100%; ta, zh, fr, tr, ru > 95%; others less)
ARM64 builds: Verification is still underway to determine whether the binaries have been properly signed.
What's Changed
fix(CheckSettingsLogic): Prefer native executables by @mstv in #12704
fix(plugin loading): Await registration before use by @mstv in #12707
Git Source Control Provider 6.0.2.18262
released Nov 19, 2025 (New Release)
What's Changed:
fix: prepare for .net10 by @gerhardol in #12519
fix: remove mail patches by @gerhardol in #12522
fix: show recent destination directories on clone by @nikolaosginos in #12499
fix: appveyor warning for lineending by @gerhardol in #12542
fix: include rc in .net debug listings by @gerhardol in #12543
fix: do not add / to submodule names by @gerhardol in #12541
Update contributors.txt by @logiclrd in #12551
Test robustness: Account for core.autocrlf in DiffHighlightServiceTests.MarkInlineGap by @logiclrd in #12548
fix: create worktrees with relative paths by @gerhardol in #12533
fix(FileStatusList): set files as new for initial commit by @gerhardol in #12544
Fix the creation of orphan branches in empty repositories by @logiclrd in #12539
fix: prepare for .net10 by @gerhardol in #12519
fix: remove mail patches by @gerhardol in #12522
fix: show recent destination directories on clone by @nikolaosginos in #12499
fix: appveyor warning for lineending by @gerhardol in #12542
fix: include rc in .net debug listings by @gerhardol in #12543
fix: do not add / to submodule names by @gerhardol in #12541
Update contributors.txt by @logiclrd in #12551
Test robustness: Account for core.autocrlf in DiffHighlightServiceTests.MarkInlineGap by @logiclrd in #12548
fix: create worktrees with relative paths by @gerhardol in #12533
fix(FileStatusList): set files as new for initial commit by @gerhardol in #12544
Fix the creation of orphan branches in empty repositories by @logiclrd in #12539
Git Source Control Provider 5.1.1.17970
released Nov 9, 2024 (New Release)
Fix(Diff View): Avoid exception on open by @mstv in #12028
Git Source Control Provider 5.1.0.17965
released Nov 7, 2024 (New Release)
Release Notes Highlights:
Required: .NET 8.0 Desktop Runtime v8.0.10 or later
Recommended: Git 2.46.0 or later
Several bugfixes including for diff display in case diff.external is configured for Git
Allow ^ and .. in manual branch filters
Improve in-line diff highlight, add anchor markers indicating where text was added / removed
Add Output tab with the output from interactively run Git commands
Performance improvements
UI and usability improvements
What's Changed:
fix: bold attributes applies to both fore/back by @gerhardol in #11849
feat: Recommend Git 2.46.0 by @gerhardol in #11853
feat: GitCache: Add current directory to key by @gerhardol in #11850
fix: try-catch for FileSystemWatcher by @gerhardol in #11855
fix: RunCommand() should not throw when exit is checked by @gerhardol in #11871
Update README.md to v5.0 by @RussKie in #11889
fix: merge adjacent textmarkers by @gerhardol in #11887
Fix NRE in scripts if arguments unset by @RussKie in #11893
fix: LineNumber presentation for Git word-diff by @gerhardol in #11888
Correctly escape paths by @RussKie in #11900
Add navigation commands "Go to first / last parent commit" by @mstv in #11884
Move NoWarn=NU1903 to the Wix PackageReference by @ericstj in #11911
FileStatusList: Reuse context menu separators by @mstv in #11916
FormCommit: Disable ResetSoft if command not applicable by @mstv in #11917
fix: support Git < 2.26 with bright colors by @gerhardol in #11915
Make DropDownWidth calculation Dpi aware and account for vertical scrollbar by @mdonatas in #11864
Adjust ToolStripComboBox size based on DPI scaling by @mdonatas in #11865
feat(settings): deeper checks for GitExtensions install directory by @pmiossec in #11913
chore: Update wix to v3.14.1 (security update) by @pmiossec in #11912
fix: Always present git inserted as Header by @gerhardol in #11922
fix: Merge git-diff textmarkers separated by newlines by @gerhardol in #11921
Use "real" GitUICommands instance by @RussKie in #11927
fix: Allo
Required: .NET 8.0 Desktop Runtime v8.0.10 or later
Recommended: Git 2.46.0 or later
Several bugfixes including for diff display in case diff.external is configured for Git
Allow ^ and .. in manual branch filters
Improve in-line diff highlight, add anchor markers indicating where text was added / removed
Add Output tab with the output from interactively run Git commands
Performance improvements
UI and usability improvements
What's Changed:
fix: bold attributes applies to both fore/back by @gerhardol in #11849
feat: Recommend Git 2.46.0 by @gerhardol in #11853
feat: GitCache: Add current directory to key by @gerhardol in #11850
fix: try-catch for FileSystemWatcher by @gerhardol in #11855
fix: RunCommand() should not throw when exit is checked by @gerhardol in #11871
Update README.md to v5.0 by @RussKie in #11889
fix: merge adjacent textmarkers by @gerhardol in #11887
Fix NRE in scripts if arguments unset by @RussKie in #11893
fix: LineNumber presentation for Git word-diff by @gerhardol in #11888
Correctly escape paths by @RussKie in #11900
Add navigation commands "Go to first / last parent commit" by @mstv in #11884
Move NoWarn=NU1903 to the Wix PackageReference by @ericstj in #11911
FileStatusList: Reuse context menu separators by @mstv in #11916
FormCommit: Disable ResetSoft if command not applicable by @mstv in #11917
fix: support Git < 2.26 with bright colors by @gerhardol in #11915
Make DropDownWidth calculation Dpi aware and account for vertical scrollbar by @mdonatas in #11864
Adjust ToolStripComboBox size based on DPI scaling by @mdonatas in #11865
feat(settings): deeper checks for GitExtensions install directory by @pmiossec in #11913
chore: Update wix to v3.14.1 (security update) by @pmiossec in #11912
fix: Always present git inserted as Header by @gerhardol in #11922
fix: Merge git-diff textmarkers separated by newlines by @gerhardol in #11921
Use "real" GitUICommands instance by @RussKie in #11927
fix: Allo
Git Source Control Provider 4.2.1.17611
released Aug 25, 2024 (New Release)
Avoid popup resetting new file to index
GPG: don't crash on artificial commits
Do not migrate empty settings
GitExtSshAskPass: Ensure chars are outputed as UTF8 chars
Delete unused branch plugin: Makes GetBranchNames() support worktrees
Let git deny the commit if committer is not specified
GPG: don't crash on artificial commits
Do not migrate empty settings
GitExtSshAskPass: Ensure chars are outputed as UTF8 chars
Delete unused branch plugin: Makes GetBranchNames() support worktrees
Let git deny the commit if committer is not specified
Git Source Control Provider 1.3
released Dec 21, 2013 (New Release)
Git Source Control Provider 0.9.3
released Apr 13, 2012 (New Release)
· Bug Fix: VS 11 Beta crash when reopening auto-hidden quot;GIT PENDING CHANGESquot; window
· Bug Fix: tags not displayed
· Merge Pull Request 26: Fix GitFileStatusTracker returning New instead of Ignored
· Merge Pull Request 24: Handle files modified after being staged
· Dragon Tool: Display Author name instead of committer name
· Bug Fix: tags not displayed
· Merge Pull Request 26: Fix GitFileStatusTracker returning New instead of Ignored
· Merge Pull Request 24: Handle files modified after being staged
· Dragon Tool: Display Author name instead of committer name
Git Source Control Provider 0.8.8
released Nov 14, 2011 (New Release)
· Performance improvement
· Bug fix Git Pending Changes - Global .gitignore Support
· Bug fix Git Pending Changes - Global .gitignore Support
Git Source Control Provider 0.8.4
released Oct 10, 2011 (New Release)
· Mouse drag to pan the History graph
· Use Git Bash to commit is it exists
· Bug fix GitSCC doesn't fire hooks
· Bug fix Username not correct in commit
· Use Git Bash to commit is it exists
· Bug fix GitSCC doesn't fire hooks
· Bug fix Username not correct in commit
Git Source Control Provider for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Git Source Control Provider from the publisher.
Full Git Source Control Provider 6.0.5.18375 details
Download Git Source Control Provider 6.0.5.18375
My Account
Help
Windows 7 Software Coupons
-
MacX Media Management Bundle
70% Off -
WinX DVD Copy Pro
42% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX MediaTrans
63% Off -
Media Player Morpher
85% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Software Ideas Modeler Portable 15.20
- Software Ideas Modeler Portable x64 14.55
- QuickRev 1.10.2
- Portable RJ TextEd 4.18
- ExamDiff Pro 16.0.1.21
- Microsoft Visual Studio 2022 17.10.3
- Windows Phone Developer Tools 1.0.1
- Adobe AIR SDK for Linux 51.2.2.5
- Qt Creator 18.0.2
- NCache Enterprise Edition x64 4.4
- Geany Portable 2.1
- Open Validator 2.5.2
- DOSBox 0.74.3
- Google App Engine SDK 1.3.8
- XN Resource Editor Portable 3.0.0.1
- Adobe Photoshop SDK CS6
- UDB Workbench 3.4.5
- D-Fend Reloaded 1.4.4
- Syncro SVN Client x64 10.1 B2015040812
- Prey 2.15.4
Popular Tags
editor
development
file
xml
software
obfuscation
net
html
visual basic
uml
windows
database
view
code security
sql server
vb net
sql tools
code protection
edit
tool
software protection
visual studio
sql tool
java
obfuscator
decompiler
visual
dll
programming
sql
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 10.0.0
- PHP 8.5.2
- dotConnect for Oracle Professional Edition 11.0.0
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.3
- Turbo C++ 3.0
- StyleControls 5.86
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.20
- Windows Post-Install 8.7.2
- Review Assistant 4.1
- Software Ideas Modeler Portable x64 14.55
- Java SE Development Kit (JDK) 8 Update 221
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



