public
Description: GitExtensions is a shell extension, a Visual Studio 2008 plugin and a standalone Git repository tool.
Homepage: http://sourceforge.net/projects/gitextensions/
Clone URL: git://github.com/spdr870/gitextensions.git
Henk Westhuis (author)
Wed Nov 04 10:28:00 -0800 2009
commit  8fd06e1d9b288c3eca8af87dc34a4f65e0e302e1
tree    447f002292a6515879c37db1bde86004105197e7
parent  3d4557e09a98c2df1bf2a1f2c373d80191bb52f0
name age message
file .gitignore Sun Aug 02 02:38:41 -0700 2009 Removed unnecessary _Resharper cache files and ... [Wilbert van Dolleweerd]
directory Bin/ Thu Oct 22 12:33:55 -0700 2009 Fixed setup for 1.76 and one last bugfix. [Henk Westhuis]
file Cow.png Sat Dec 27 15:03:15 -0800 2008 Added about image [Henk Westhuis]
file Donate.jpg Sun Dec 28 07:37:01 -0800 2008 Donate form [Henk Westhuis]
directory GitCommands/ Loading commit data...
directory GitExtensionsSetup/ Thu Oct 22 12:33:55 -0700 2009 Fixed setup for 1.76 and one last bugfix. [Henk Westhuis]
directory GitExtensionsSetupComplete/ Sun Oct 11 08:15:59 -0700 2009 Removed PieChart project [Henk Westhuis]
directory GitPlugin/ Thu Oct 22 11:01:00 -0700 2009 Toolbar in Visual Studio learned to remember th... [Henk Westhuis]
directory GitPluginSetup/ Thu Nov 27 11:17:44 -0800 2008 added files [Henk Westhuis]
directory GitShellEx/ Sun Aug 02 02:38:39 -0700 2009 Removed unnecessary _UpgradeReport_Files direct... [Wilbert van Dolleweerd]
directory GitUI/
directory GitUIPlugins/ Thu Oct 01 11:58:43 -0700 2009 WIP adding plugin support [Henk Westhuis]
directory Patch/ Mon Dec 01 09:57:55 -0800 2008 Commit patch and syntax [Henk Westhuis]
directory Plugins/ Thu Oct 22 09:19:44 -0700 2009 Added encoding to PatchManager and CodeFile [Henk Westhuis]
file README.TXT Wed Feb 25 10:35:38 -0800 2009 Commit performs much better [Henk Westhuis]
directory Resources/ Wed Feb 11 11:20:45 -0800 2009 Fixed plugin for VS2005 [Henk Westhuis]
directory SimpleExt/ Sun Aug 02 02:38:39 -0700 2009 Removed unnecessary Upgrade report files and di... [Wilbert van Dolleweerd]
file TODO.txt Sat Aug 22 00:47:37 -0700 2009 Settings file created for GitUI Save current w... [Wilbert van Dolleweerd]
file arrow_refresh.png Thu Dec 18 10:45:02 -0800 2008 Commit rewritten/repository history [Henk Westhuis]
file arrow_refresh_dirty.png Thu Feb 26 10:28:05 -0800 2009 Use filesystemwatcher to check if index is changed [Henk Westhuis]
file cow-head.ico Thu Nov 27 12:21:56 -0800 2008 test [Henk Westhuis]
file error.png Sat Dec 27 06:27:06 -0800 2008 Small bugfixes and added commit count form [Henk Westhuis]
file loading.gif Sat Dec 27 02:41:53 -0800 2008 Loading panels [Henk Westhuis]
file loading2.gif Sat Dec 27 02:41:53 -0800 2008 Loading panels [Henk Westhuis]
file loading3.gif Sat Dec 27 02:41:53 -0800 2008 Loading panels [Henk Westhuis]
file loading4.gif Sat Dec 27 02:41:53 -0800 2008 Loading panels [Henk Westhuis]
file loadingpanel.gif Fri Dec 26 08:13:41 -0800 2008 Added loading panel and async process [Henk Westhuis]
file lock.png Fri Jan 02 07:36:32 -0800 2009 Added gitignore edit... support for emty reposi... [Henk Westhuis]
file lock2.png Fri Jan 02 07:36:32 -0800 2009 Added gitignore edit... support for emty reposi... [Henk Westhuis]
file pageant.ico Sun Jan 18 06:49:56 -0800 2009 Added putty support [Henk Westhuis]
file putty.ico Sun Jan 18 06:49:56 -0800 2009 Added putty support [Henk Westhuis]
file puttygen.ico Sun Jan 18 06:49:56 -0800 2009 Added putty support [Henk Westhuis]
file success.gif Sun Jan 18 06:49:56 -0800 2009 Added putty support [Henk Westhuis]
file test.cmd Thu Jan 15 10:31:16 -0800 2009 Rebase added and fixed some settings troubles [Henk Westhuis]
file test.ico Thu Nov 27 12:21:56 -0800 2008 test [Henk Westhuis]
README.TXT
How to compile GitExtensions
============================

-Open the solution file (\GitCommands\GitCommands.sln)
-First remove signing from the projects
-Compile SimpleShlExt in release for 64bit windows
-Compile SimpleShlExt in release for 32bit windows
-Compile entire solution in release, mixed platforms
-After everything is compiled in release, you can compile in debug

You could also directly compile in debug, but then you need to exclude the setup projects.