What's new in Git Source Control Provider 1.3

Apr 16, 2014
  • Add Settings to Pending Changes tool window
  • Add Settings menu under GitTortoise (linquize)
  • Bug fixes

New in Git Source Control Provider 1.2 (Apr 16, 2014)

  • Support Visual Studio 2013
  • Bug fixes

New in Git Source Control Provider 1.1 (Apr 16, 2014)

  • Add the Laurent Kempe's GitDiffMargin
  • Performance Improvement
  • UI declutter and cleanup
  • Various bugs fixes
  • Visual Studio 2012 dark theme support
  • Refresh Git status using the solution refresh button
  • Use Visual Studio code editor to display diff in the pending change window

New in Git Source Control Provider 1.0.0 (Apr 16, 2014)

  • Add support to use Visual Studio's diff window
  • Prompt user to save files before commit
  • Prompt user to set name and email for git, if not already
  • Pending Changes commit not showing hooks errors/messages (by Javier Castro)
  • Support bulk file deletion
  • Use new icons for git and git extensions
  • Merge pull requests, #30, #34, #36, #38 from github
  • Allow commit of selected changes via Ctrl+Enter
  • Automatically save items when refreshing
  • commit-msg hook error not visible
  • Git Refresh button not working from Git Pending Changes view

New in Git Source Control Provider 0.9.3 (Apr 6, 2012)

  • Bug Fix: VS 11 Beta crash when reopening auto-hidden "GIT PENDING CHANGES" 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

New in Git Source Control Provider 0.9.2 (Apr 6, 2012)

  • Dragon Tool: Add console with git command intellisense (with some limitations)
  • Dragon Tool: Add support to accept drag and drop file from file explorer
  • Dragon Tool: Add button to launch Git Bash
  • Bug Fix: Preserve staging checkboxes when refreshing
  • Bug Fix: Missing Intellisense
  • Bug Fix: Git history view scrolling and scrollbars
  • Bug Fix: Simplified view mode Issue

New in Git Source Control Provider 0.9.1 (Apr 6, 2012)

  • Change History Window to be a stand alone program - Dragon:
  • add/delete tag
  • add/delete/checkout branch
  • scroll to branch/tag
  • refresh button
  • search commits
  • select and compare too commits
  • Archive (export) commit
  • create patch
  • Add Git Extensions menus to Pending Changed tool window
  • Add GitTortoise menus to Pending Changed tool window
  • Add Git - About ... menu, Referencing Git hash when building
  • Add Option to disable auto load, Automatically switch to the Git provider when loading a Git-controlled solution
  • Bug Fix: autocrlf warning prevents commits from Git Pending Changes
  • Bug Fix: Show Changes Window Disappear
  • Bug Fix: Git status is not refreshed
  • Bug Fix: git config core.ignorecase true
  • Merge pull request #19 from GitHub

New in Git Source Control Provider 0.9.0 (Apr 6, 2012)

  • Automatically switch to the Git provider when loading a Git-controlled solution
  • use git.exe to revert (checkout file) for core.autocrlf setting is not recognized when displaying diffs
  • Support Visual Studio 11
  • Disable refreshing when staging

New in Git Source Control Provider 0.8.9 (Apr 6, 2012)

  • New option to disable Auto Refresh for Performance issue on big solutions
  • Display git repository status e.g. in the middle of merging, patching, rebase and bisecting
  • Use git.exe to stage/un-stage file to fix core.autocrlf setting is not recognized when displaying diffs
  • Use git.exe to diff file to fix core.autocrlf setting is not recognized when displaying diffs
  • Bug fix I don't use japanese(MBCS) in Git Pending Changes window.

New in Git Source Control Provider 0.8.8 (Nov 11, 2011)

  • Performance improvement
  • Bug fix Git Pending Changes - Global .gitignore Support

New in Git Source Control Provider 0.8.7 (Nov 11, 2011)

  • New color for HEAD
  • Bug fix Visual Studio Crash
  • Bug fixes - several crash cases, lane calculation
  • Performance improvement - check hash before refreshing graph

New in Git Source Control Provider 0.8.6 (Nov 11, 2011)

  • Fix crash on new repository

New in Git Source Control Provider 0.8.5 (Nov 11, 2011)

  • Bug fix Exception when selecting "Open .gitignore" if .gitignore does not exist (VS2010)
  • Bug fix When creating new project and repository, most files are listed twice in "pending changes"
  • Bug fix 8.01 crashes VS2010 on Win7Ultimate
  • Bug fix not seeing status icons at all
  • Bug fix The new git-Pending changes feature doesn't ignore what is listed in the ignorelist already

New in Git Source Control Provider 0.8.4 (Oct 8, 2011)

  • 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

New in Git Source Control Provider 0.8.3 Beta (Sep 28, 2011)

  • Bug fix VS2010 SP1 crashing after open

New in Git Source Control Provider 0.5.6 Beta (Jun 28, 2010)

  • support multiple repositories
  • see: Incorrect behavior with multiple repositories