Git 客户端,采用 C# 编写。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Arkady Shapkin 279542885d Svn clone prefix fixed 11 years ago
.nuget Version changed to 2.47 12 years ago
Bin Installer updated 11 years ago
Build Build mono to look sln in current path 11 years ago
Externals Hide NBug (a lot of) bad xml comments build warnings 11 years ago
GitCommands Svn clone prefix fixed 11 years ago
GitExtSshAskPass Version updated 11 years ago
GitExtensions Merge branch 'pr/n2333_chrischu' 11 years ago
GitExtensionsDoc@f710c60c49 Submodule GitExtensionsDoc updated 11 years ago
GitExtensionsShellEx Version updated 11 years ago
GitExtensionsTest@e7cb20bcb2 Implemented reading Xliff format 12 years ago
GitPlugin GitExt plugin upgrading fixed. Closes #2385 11 years ago
GitUI Indicate change when repository changed. Closes #2420. 11 years ago
Gravatar Fix line ending 12 years ago
NetSpell.SpellChecker Moved SpellCheck functionality for autocompletion from WordDictionary to Spelling. 11 years ago
Plugins Remove an uneeded refrence that cause a warning 11 years ago
ResourceManager Reordered attributes in TranslationCategory 12 years ago
Setup Changed KDiff3 version 11 years ago
TranslationApp Text version support added 11 years ago
packages/Microsoft.Bcl.Build.1.0.7/tools Microsoft.Bcl.Build.targets added to repository 12 years ago
.editorconfig Buttons on FormPull fixed 11 years ago
.gitattributes Let git normalize eol 12 years ago
.gitignore Merge branch 'release/2.47' 12 years ago
.gitmodules Use read-only urls for submoduls. 12 years ago
.mailmap Use GitHub email address 13 years ago
.travis.yml including linux as OS 11 years ago
CommonAssemblyInfo.cs Version updated 11 years ago
CustomDictionary.xml More spelling fun 15 years ago
FxCop.targets Unify code analysis properties -> can be disabled/configured globally for all projects that want them 15 years ago
FxCopRules.ruleset Several code analyzer warnings fixed 13 years ago
GitExtensions.VS2012.build.cmd Remove rakefile.rb and add instead GitExtensions.VS2010.build.cmd and GitExtensions.VS2012.build.cmd 13 years ago
GitExtensions.VS2012.sln TfsInterop.Vs2013 removed from VS2012 solution 12 years ago
GitExtensions.VS2013.build.cmd Support VS2013 build 12 years ago
GitExtensions.VS2013.sln Project dependencies fixed 12 years ago
GitExtensions.settings Add settings for TeamCity build status integration to repository. 11 years ago
GitExtensionsMono.Csharp.targets Simple command line to build, targets as reference 13 years ago
GitExtensionsMono.sln Mono solution updated 12 years ago
LICENSE.txt Added LICENSE file 15 years ago
README.md Linking Travis Build status image 11 years ago

README.md

Git Extensions

Introduction

GitExtensions is a shell extension, a Visual Studio 2008 / 2010 / 2012 / 2013 plugin and a standalone Git repository tool.

Current status

Build status: master Status

Mono Build status: master Build Status

Translation: Transifex

The build is generously hosted and run on the CodeBetter TeamCity infrastructure.

How to debug GitExtensions

The installer is build using WiX. You need to install WiX when you want to build the installer. This can be downloaded here: http://wixtoolset.org/. If you do not want to build the installer, just open the solution and ignore the warning.

  • Open the solution file (GitExtensions.VS2010.sln or GitExtensions.VS2012.sln)
  • Hit F5 to compile and run GitExtensions

How to contribute code

If you do not want to use github, I also accept mailed patches. Just make sure the patch is send as an attachement and not in the body of the mail.

How to create the installer

Installing Nuget in Monodevelop/Xamarin Studio

Following steps will add nuget package management capabilities to your monoDevelop/Xamarin Studio. Installing nuget requires at least Monodevelop version 3.0.5.

OBS: Monodevelop 4.0 is Xamarin Studio

On monoDevelop preferences, you will find a new "Nuget" option. Check the box that says "Enable package restore".

If by any reason your xbuild is not downloading and installing the packages, manually run the following command to get all the missing packages. Make sure you run it at the top level directory of your solution, like the example below:

gitextensions  (master)$ .nuget/Nuget.sh 
Successfully installed 'NBug 1.1.1'.
Successfully installed 'NUnit.Mocks 2.6.2'.
Successfully installed 'NUnit 2.6.2'.
Successfully installed 'Rx-Main 2.1.30214.0'.
Successfully installed 'Rx-Core 2.1.30214.0'.
Successfully installed 'Rx-Interfaces 2.1.30214.0'.
Successfully installed 'Rx-PlatformServices 2.1.30214.0'.
Successfully installed 'Rx-Linq 2.1.30214.0'.
Successfully installed 'Newtonsoft.Json 4.5.11'.
Successfully installed 'RestSharp 104.1'.
Successfully installed 'NBug 1.1.1'.