Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Git and KDiff3 from installer #4930

Merged

Conversation

gerhardol
Copy link
Member

@gerhardol gerhardol commented May 9, 2018

Part of #4515

Changes proposed in this pull request:

  • Remove the "Complete" installer that included the Git and KDiff3 binary (so only one installer package)

The following is not done:

  • Verify that the updater (in current 2.51.01 and master as well as release/2.51 downloads the only installer (probably OK, FormUpdates.cs seem to download the first installer it finds)
  • Add a page with Git information and download links in the installer - this is in Check for recommended Git version #4929 that checks the Git version (I do not propose adding a check in the installer).
  • Download link for KDiff3 or similar. A link in the Git Config to a page in the wiki with links to tools could replace this.
  • Update wiki and documentations (will need to create a branch in GitextensionsDoc) until a release

This PR should go into 2.5 branch too, eventually

Screenshots before and after (if PR changes UI):
None

What did I do to test the code and ensure quality:

  • Created and started installer

Has been tested on (remove any that don't apply):

  • Windows 10

@codecov
Copy link

codecov bot commented May 9, 2018

Codecov Report

Merging #4930 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4930      +/-   ##
==========================================
- Coverage   34.51%   34.51%   -0.01%     
==========================================
  Files         542      542              
  Lines       43154    43154              
  Branches     5967     5967              
==========================================
- Hits        14896    14895       -1     
- Misses      27521    27522       +1     
  Partials      737      737

@RussKie RussKie added this to the 3.00 milestone May 10, 2018
Copy link
Member

@RussKie RussKie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

<Publish Dialog="GitEx_RequiredSoftwareDlg" Control="Back" Event="NewDialog" Value="InstallScopeDlg">1</Publish>
<Publish Dialog="GitEx_RequiredSoftwareDlg" Control="Next" Event="NewDialog" Value="GitEx_InstallDirDlg">1</Publish>
<Publish Dialog="GitEx_InstallDirDlg" Control="Back" Event="NewDialog" Value="GitEx_RequiredSoftwareDlg">1</Publish>
<?else?>
<Publish Dialog="GitEx_WelcomeDlg" Control="Next" Event="NewDialog" Value="InstallScopeDlg">1</Publish>
<Publish Dialog="InstallScopeDlg" Control="Back" Event="NewDialog" Value="GitEx_WelcomeDlg" Order="1">1</Publish>
<Publish Dialog="InstallScopeDlg" Control="Next" Event="NewDialog" Value="GitEx_InstallDirDlg" Order="1">1</Publish>
<Publish Dialog="GitEx_InstallDirDlg" Control="Back" Event="NewDialog" Value="InstallScopeDlg">1</Publish>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to fix the indentation for the remaining lines?

@gerhardol
Copy link
Member Author

Do we need to fix the indentation for the remaining lines?

I will update

@gerhardol
Copy link
Member Author

(At least) awaiting kdiff3 discussion in #4515 before merging (if there are changes, that is a separate PR though)

@gerhardol gerhardol merged commit 3d161ed into gitextensions:master May 11, 2018
@gerhardol gerhardol deleted the feature/i4515-remove-git-installer branch May 11, 2018 22:02
gerhardol added a commit to gerhardol/gitextensions that referenced this pull request May 11, 2018
gitextensions#4515 remove Git and KDiff3 from installer

(cherry picked from commit 3d161ed)
@RussKie RussKie modified the milestones: 3.00, 2.51.02 + 3.00 May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants