0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected several resharper warnings. More... over 15 years ago
* Commands/GitCommand.cs: Updated to return the solution file when no project item or project is selected. More... about 16 years ago
* GitMenu.Installer/registration.wxi: Updated product version * GitMenuPackage.cs: Updated product version * Resources.resx: Added Package Load Key(PLK) which is required on systems without the Visual Studio SDK More... about 16 years ago
* GitMenu.Installer: Added new WIX based Installer for version 0.1 * GitMenu.csproj: Updated project to auto-generate the registration.wxi file for registering the VS Package More... about 16 years ago
* Updated version to 0.1 * Corrected Name from "Package Name" to Git Menu More... about 16 years ago
* GitMenuPackage.cs: Load settings on package initialize, save on close. * Options.cs: Added new Options page to configure Git Settings in Visual Studio via Tools->Options menu. * Settings.cs: Updated with attributes, loading and saving. More... about 16 years ago
* Commands/AddCommand.cs: Updated command to apply to nested items and update glyphs accordingly. * Commands/CommitToolCommand.cs: Changed to update glyphs after commit. * GitFileState.cs: Corrected a bug in GetStatus that would allow a NRE * Services/GitSccProvider.cs: Added IVsQueryEditQuerySave3 interface to update glyphs on edited files. Also added several helper methods to look through and update hierarchy item glyphs More... about 16 years ago
* Commands/*: Updates commands so that they have access to the complete Package More... about 16 years ago
* Commands/AddCommand.cs: Changed add all command to a simple add command that will add all selected items and sub items. More... about 16 years ago
* Resources/StatusIcons.bmp: Gave status icons some padding More... about 16 years ago
* GitFileState.cs: Updated to work more like "git status" * GitGlyph.cs: Renamed Icons * Services/GitSccProvider.cs: Updated what glyphs are returned More... about 16 years ago
* GitGlyph.cs: Enum to represent custom icon states * Resources/StatusIcons.bmp: Resource by Keith Rocha * StatusIcons.cs: Helper to load an ImageList More... about 16 years ago
Helper.cs: Extracted Exec and WDFromPath methods into Helper class Commands/*Command.cs: Updated references to Exec and WDFromPath More... about 16 years ago
Added SCC Provider More... about 16 years ago
* Added new command to Open a Git Project/Repository from a remote repo (git clone). Incomplete. More... about 16 years ago
* Commands/GitCommand.cs: Added an additional ctor to allow specifying a different GUID More... about 16 years ago
* Commands/*: Renamed commands to remove the Git prefix as it is a bit redundant. More... about 16 years ago
* Commands/GitCommand.cs: Updated Exec method to prevent a window from exiting when not hidden. More... about 16 years ago
* Updated project with custom Icons from Keith Rocha. Removed some old ones More... about 16 years ago
* Commands/GitCommand.cs: Fixed issue when process did not terminate prior \ to accessing return code. More... about 16 years ago
* Commands/*: Updated commands to use GitCommand.GetSelectedPath() instead of only looking at the SelectedProjectItem. More... about 16 years ago
* Commands/GitCommand.cs: Factored out getting the Selected Path. This will be helpful to provide the path whether it be for a project, folder, or project item. More... about 16 years ago
Added some todo entries More... about 16 years ago
* GitMenuPackage.cs: Force package to load when VS is opened. Commands not display correctly prior to selection More... about 16 years ago
* Commands/GitCommand.cs: Updated command to failover to project when a projectitem is not selected More... about 16 years ago
* Commands/*: Renamed SelectedItems to SelectedProjectItems in order to give a more accurate name of the items. Will also be adding command support for solutions, and projects so we need some way to access this. More... about 16 years ago
* GitMenu.vsct: Updated to display commands under solution, project, and folders More... about 16 years ago
* Commands/BaseCommand.cs: Removed commentted code More... about 16 years ago
* Commands/GitCommand.cs: Added check for lastProjectItem More... about 16 years ago
Dog food More... about 16 years ago