forked from yysun/Git-Source-Control-Provider
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Readme.html
188 lines (185 loc) · 11.7 KB
/
Readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<title>Easy Git Integration Tools (EZ-GIT)</title>
</head>
<body>
<h1 id="easy-git-integration-tools-ez-git">Easy Git Integration Tools (EZ-GIT)</h1>
<h2 id="introduction">Introduction</h2>
<p><a href="https://gitter.im/jzoss/Git-Source-Control-Provider?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/jzoss/Git-Source-Control-Provider.svg" alt="Join the chat at https://gitter.im/jzoss/Git-Source-Control-Provider" /></a></p>
<p>** This Visual Studio Extensions integrates Git with Visual Studio solution explorer and the status bar **</p>
<p><img src="http://gitscc.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=123874" alt="solution explorer" /></p>
<p><img src="https://cloud.githubusercontent.com/assets/3586254/15159754/d5b40796-16bb-11e6-97bb-25ecdd6f42ef.png" alt="Status Bar" /></p>
<h2 id="new-feature-highlights">New Feature Highlights</h2>
<ul>
<li>BETA : Support For SSDT 2015 and SSDT 2017 <a href="#ssdt">Read about Limitations</a></li>
<li>Added Visual character count for comments</li>
<li>Now Autosaves on Commit! (Configurable)</li>
<li>Added option to auto-add projects and to the git repository when you add them to the project!</li>
<li>Switch and create branches, switch git repositories, and open the pending changes window all from the status bar!</li>
</ul>
<h2 id="features">Features</h2>
<ul>
<li>Display file status in solution explorer and solution navigator</li>
<li>Multiple repository support.</li>
<li>Display repository status e.g. in the middle of merging, patching, rebase and bisecting</li>
<li>Enable/disable plug-in through visual studio's source control plug-in selection</li>
<li>No source code control information stored in solution or project file</li>
<li>Initialize new git repository and generate .gitignore</li>
<li>Integrates with <a href="https://gitforwindows.org/">Git for Windows</a></li>
<li>Integrates with <a href="https://gitextensions.github.io/">Git Extensions</a></li>
<li>Integrates with <a href="http://code.google.com/p/tortoisegit">TortoiseGit</a></li>
<li><a href="http://gitscc.codeplex.com/wikipage?title=Commit%20Changes">Git - Pending Changes Tool Window</a></li>
<li><a href="http://gitscc.codeplex.com/wikipage?title=View%20History">Git - View History Tool Window</a></li>
<li>Options page</li>
</ul>
<h2 id="how-to-use">How to use</h2>
<ul>
<li>Install <a href="http://code.google.com/p/msysgit">Git for Windows</a>, or <a href="https://gitextensions.github.io/">Git Extensions</a>, or <a href="http://code.google.com/p/tortoisegit">TortoiseGit</a>.</li>
<li>Run Visual Studio.</li>
<li>Go to Tools | Extension Manager, search online gallery for Git Source Control Provider and install. Or Install From <a href="https://visualstudiogallery.msdn.microsoft.com/51e11ccc-6334-4873-912d-bf5025eb115d">Visual Studio Gallery</a></li>
<li>Go to Tools | Options, Select Source Control.</li>
<li>Select Git Source Control Provider from the drop down list, and click OK.</li>
<li>Open your solution controlled by Git to see the file's status.</li>
<li>Right click within solution explorer and select "Git". If Git for Windows, Git Extensions or TortoiseGit are installed, their commands are listed in the menu.</li>
</ul>
<h1 id="ssdt">Visual Studio Data Tools 2017/2015 Support </h1>
<ul>
<li>Visual Visual Studio Data Tools 2015 needs to be at Update 3 or Later.</li>
<li>Note: As of 5/23/18 - In SSDT 2017: Solution Explorer Status Icons and the Status bar may not work. All other features work, including the right click menu in the solution explorer and the pending changes window. There does not appear to be anything can be done to fix this, because the built in SCC providers also don't work.</li>
</ul>
<h2 id="living-on-the-edge">Living on the Edge!</h2>
<p>Install the Latest C.I. Build either from <a href="http://vsixgallery.com/extension/GitSccProvider.Microsoft.88d658b3-e361-4e7f-8f4d-9e78f6e4515a/">Open VSIX Gallery</a> or <a href="https://github.com/jzoss/Git-Source-Control-Provider/releases/tag/GSCP-CI">Github</a>. Don't worry you will still auto-update when the next release comes out.</p>
<p>For Bonus Points Add this <a href="http://vsixgallery.com/feed/extension/GitSccProvider.Microsoft.88d658b3-e361-4e7f-8f4d-9e78f6e4515a">feed</a> from VSIX Gallery to your extension manager to always auto-update to the latest C.I. build.</p>
<h2 id="how-to-contribute">How to contribute</h2>
<p>If you like this plugin there is a few way you can help out.</p>
<ul>
<li>Review It! - I'm not asking for donations or anything, but if you do use this and like it.. Please head over to the <a href="https://visualstudiogallery.msdn.microsoft.com/51e11ccc-6334-4873-912d-bf5025eb115d">Visual Studio Gallery</a> and review it. Good reviews refill my nerd powers that power all those late night programming sessions. They also make me feel all warm and fuzzy!</li>
<li>Suggest Features / Point out bugs.</li>
<li>Test It - Check out the <a href="https://github.com/jzoss/Git-Source-Control-Provider/releases">Releases</a>. If there is a early release try it out and let me know if you find any bugs!</li>
<li>Code - Check out the code, play with it. maybe fix a bug while you are there.. It fun and educational. It also makes you super cool, better looking and possibly give you superpowers.</li>
</ul>
<h4 id="help-wanted-featuresfixes">Help Wanted - Features/Fixes</h4>
<ul>
<li>Options Page - Settings are stored in a user folder, this is not how it is supposed to work. The UI the UI is ugly does not look right on high dpi monitors. See <a href="https://github.com/Microsoft/VSSDK-Extensibility-Samples/tree/master/Options_Page">Example</a></li>
<li>Localization - I would be nice to support a few other languages.</li>
<li>Button commands - This part is a bit messy right now. It would be sweet if this could be cleaned up.</li>
</ul>
<h4 id="building">Building</h4>
<p>All you need to build the code is Visual Studio 2015 with Visual Studio Extensibility Tools installed. It's <strong>THAT</strong> easy!</p>
<h2 id="current-status">Current status</h2>
<table>
<thead>
<tr>
<th>Build</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Release</strong></td>
<td><a href="https://ci.appveyor.com/project/jzoss/git-source-control-provider"><img src="https://ci.appveyor.com/api/projects/status/0178gk42noyr7mk3?svg=true" alt="release" /></a></td>
</tr>
<tr>
<td><strong>Dev</strong></td>
<td><a href="https://ci.appveyor.com/project/jzoss/git-source-control-provider-bfftg"><img src="https://ci.appveyor.com/api/projects/status/qr4hm0uqyr4wnnm9?svg=true" alt="dev" /></a></td>
</tr>
</tbody>
</table>
<h2 id="change-logs-visual-studio-2015">Change Logs -- Visual Studio 2015</h2>
<p><strong>V-Next</strong></p>
<ul>
<li>Add more features to the status bar.</li>
<li>Work on integrating gitflow.</li>
</ul>
<p><strong>V1.8.0</strong></p>
<ul>
<li>Update: Updated to Async Pasckage (<a href="https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background">https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background</a>)</li>
<li>Bug Fix: #89 - Big Thanks to ceztko for fixing this bug.</li>
<li>Enhancement: #59,#90,#91</li>
<li>BETA : Limited Support For SSDT 2015 and SSDT 2017 <a href="#ssdt">Read about Limitations</a></li>
</ul>
<p><strong>V1.7.3</strong></p>
<ul>
<li>Bug Fix: #80,#83</li>
</ul>
<p><strong>V1.7.2</strong></p>
<ul>
<li>Bug Fix: #74,#77,#78, #79</li>
</ul>
<p><strong>V1.7.0</strong></p>
<ul>
<li>Updated solution to Visual Studio 2017</li>
<li>Plugin now supports Visual Studio 2015 and 2017</li>
</ul>
<p><strong>V1.6.6</strong></p>
<ul>
<li>New Year, New Name Name has been changed to Easy Git Integration Tools (EZ-GIT).</li>
<li>Minor Bug Fixes.</li>
</ul>
<p><strong>V1.6.5</strong></p>
<p><em><strong>Features</strong></em></p>
<ul class="contains-task-list">
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Changed the icon for added files.</li>
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Added right click option to projects, to add them to the git repository, if not already added</li>
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Added option to auto-add projects to repository when you add them to the solution.</li>
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Added option to auto-add files to repository when you add them to a project.</li>
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Publishing the solution from the status bar now adds all the projects and files to the repository.</li>
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Options are now stored in the registry</li>
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Options Page should look better on high dpi screens.</li>
</ul>
<p><em><strong>Bug Fixes</strong></em></p>
<ul class="contains-task-list">
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Updated to Reactive Extensions 3.0. Should fix bug #54</li>
<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> Solution refreshes all glyps on commit fixing #58</li>
</ul>
<p><strong>V1.6.4</strong></p>
<ul>
<li>Reduced Install Package Size by 65% - Same Taste - Less Filling!</li>
<li>Fix bug #45 - Changed files pane is not properly highlighting the selected item.</li>
</ul>
<p><strong>V1.6.3</strong></p>
<ul>
<li>Vastly Improved performance explicitly for larger projects</li>
<li>Added Tooltips on the status bar.</li>
<li>Clicking in the diffview now opens the line and column.</li>
<li>Switching active git repositories from the status bar now updates the pending changes view.</li>
</ul>
<p><strong>V1.6.2</strong></p>
<ul>
<li>Fix to make work with Visual Studio Update 1</li>
</ul>
<p><strong>V1.6.1</strong></p>
<ul>
<li>Bug Fixes</li>
</ul>
<p><strong>V1.6.0</strong></p>
<ul>
<li>Added Repository controls on the status bar!</li>
<li>Clicking on line in diff window now opens the file to that line.</li>
<li>Improved performance with larger projects.</li>
<li>Can now initialize new projects from the status bar.</li>
</ul>
<p><strong>V1.5</strong></p>
<p>#####---New Features---</p>
<ul>
<li>Added ability to update your .gitingore file to latest version from github</li>
<li>Added Track Active Item In Pending Changes - This will help those who have multiple repositories in one solution. It switch the pending changes to the repo for the active file.</li>
<li>Added ability Filter Pending Changes To Only Show Solution Files</li>
</ul>
<p>#####---Fixes---</p>
<ul>
<li>Fixed issue where plugin could periodically crash Visual Studio.</li>
<li>Theme now switches with the need to restart.</li>
<li>Double clicking on files in Pending Changes now opens/switches to the file.</li>
<li>No longer slows down when used with Resharper</li>
<li>Fixed issue #15, #21 where sometimes the plugin caused Visual Studio to crash.</li>
<li>Fixed issue #16, Solution Explorer glyphs not updating.</li>
</ul>
<h2 id="notice-initial-visual-studio-2015-upgrade">Notice : Initial Visual Studio 2015 Upgrade</h2>
<p>This is a fork of the super awesome <a href="https://visualstudiogallery.msdn.microsoft.com/63a7e40d-4d71-4fbb-a23b-d262124b8f4c">git SCC plugin</a> by <a href="https://visualstudiogallery.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&f%5B0%5D.Value=yysun">Yiyi Sun</a></p>
<p><a href="history.md">Full Changelog</a></p>
<h2 id="documentation">Documentation</h2>
<p><a href="https://github.com/jzoss/Git-Source-Control-Provider">Source + Documentation</a></p>
</body>
</html>