Skip to content

Commit

Permalink
AU: 1 updated - tortoisegit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 17, 2018
1 parent c85758a commit ac9bef2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
8 changes: 4 additions & 4 deletions automatic/tortoisegit/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://download.tortoisegit.org/tgit/2.5.0.0/TortoiseGit-2.5.0.0-32bit.msi>
64-Bit: <https://download.tortoisegit.org/tgit/2.5.0.0/TortoiseGit-2.5.0.0-64bit.msi>
32-Bit: <https://download.tortoisegit.org/tgit/2.6.0.0/TortoiseGit-2.6.0.0-32bit.msi>
64-Bit: <https://download.tortoisegit.org/tgit/2.6.0.0/TortoiseGit-2.6.0.0-64bit.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 7B8E1ED00EC456069B20B8E5CCE441F525F09A40E64E0E7E9D86FD424FFC8933
checksum64: 64689405E93F095A1EA53BAC415158DF23248B90D1A2E35C69A9A36B1E2A6595
checksum32: 12401BE0F8DD3C32D9940CBCC7B7587EA8362CC201179F73A0D30DB8BE8CDF2B
checksum64: 8AC352000147FFA91C085D76818DDD983B662FB159AA7514A52EF6B8A7AC8E8C

File 'LICENSE.txt' is obtained from <https://github.com/TortoiseGit/TortoiseGit/blob/dbc64c57d98067249d07bdf20411703b25fd889a/src/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/tortoisegit/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$filePath32 = Resolve-Path "$toolsPath\*_x32.msi"
$filePath64 = Resolve-Path "$toolsPath\*_x64.msi"

$installFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"
$filePath64
} else {
Expand Down
55 changes: 28 additions & 27 deletions automatic/tortoisegit/tortoisegit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<metadata>
<id>tortoisegit</id>
<title>TortoiseGit</title>
<version>2.5.0.0</version>
<version>2.6.0.0</version>
<authors>TortoiseGit and contributors</authors>
<owners>chocolatey, dtgm</owners>
<summary>TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more!</summary>
<description>
<description><![CDATA[
TortoiseGit is a Windows Shell Interface to Git and based on TortoiseSVN.
TortoiseGit supports you with regular tasks, such as committing, showing logs, diffing two versions, creating branches and tags, creating patches and so on.
Expand All @@ -18,36 +18,37 @@ Main interaction with TortoiseGit will be using the context menu of the Windows
## Features
* Easy to use
* all commands are available directly from the Windows Explorer ([see screenshots](https://tortoisegit.org/about/screenshots/#Explorer_integration)).
* only commands that make sense for the selected file/folder are shown. You won't see any commands that you can't use in your situation.
* See the status of your files directly in the Windows explorer ([see screenshots](https://tortoisegit.org/about/screenshots/#Overlay_icons_in_explorer))
* descriptive dialogs, constantly improved due to user feedback
* allows moving files by right-dragging them in the Windows explorer
* all commands are available directly from the Windows Explorer ([see screenshots](https://tortoisegit.org/about/screenshots/#Explorer_integration)).
* only commands that make sense for the selected file/folder are shown. You won't see any commands that you can't use in your situation.
* See the status of your files directly in the Windows explorer ([see screenshots](https://tortoisegit.org/about/screenshots/#Overlay_icons_in_explorer))
* descriptive dialogs, constantly improved due to user feedback
* allows moving files by right-dragging them in the Windows explorer
* Powerful commit dialog ([see screenshots](https://tortoisegit.org/about/screenshots/#Commit_Dialog))
* integrated spell checker for log messages
* auto completion of paths and keywords of the modified files
* text formatting with special chars
* integrated spell checker for log messages
* auto completion of paths and keywords of the modified files
* text formatting with special chars
* Per project settings
* minimum log message length to avoid accidentally committing with an empty log message
* language to use for the spell checker
* minimum log message length to avoid accidentally committing with an empty log message
* language to use for the spell checker
* Integration with issue tracking systems
TortoiseGit provides a flexible mechanism to integrate any web based bug tracking system.
* A separate input box to enter the issue number assigned to the commit, or coloring of the issue number directly in the log message itself
* When showing all log messages, an extra column is added with the issue number. You can immediately see to which issue the commit belongs to.
* Issue numbers are converted into links which open the webbrowser directly on the corresponding issue
* Optional warning if a commit isn't assigned to an issue number
TortoiseGit provides a flexible mechanism to integrate any web based bug tracking system.
* A separate input box to enter the issue number assigned to the commit, or coloring of the issue number directly in the log message itself
* When showing all log messages, an extra column is added with the issue number. You can immediately see to which issue the commit belongs to.
* Issue numbers are converted into links which open the webbrowser directly on the corresponding issue
* Optional warning if a commit isn't assigned to an issue number
* Helpful Tools
* TortoiseGitMerge ([see screenshot](https://tortoisegit.org/about/screenshots/#TortoiseGitMerge) and the [TortoiseGitMerge manual](https://tortoisegit.org/docs/tortoisegitmerge/))
* Shows changes you made to your files
* Helps resolving conflicts
* Can apply patchfiles you got from users without commit access to your repository
* TortoiseGitBlame: to show blames of files. Shows also log messages for each line in a file. ([see screenshot](https://tortoisegit.org/about/screenshots/#TortoiseGitBlame))
* TortoiseGitIDiff: to see the changes you made to your image files ([see screenshot](https://tortoisegit.org/about/screenshots/#TortoiseGitMerge))
* TortoiseGitMerge ([see screenshot](https://tortoisegit.org/about/screenshots/#TortoiseGitMerge) and the [TortoiseGitMerge manual](https://tortoisegit.org/docs/tortoisegitmerge/))
* Shows changes you made to your files
* Helps resolving conflicts
* Can apply patchfiles you got from users without commit access to your repository
* TortoiseGitBlame: to show blames of files. Shows also log messages for each line in a file. ([see screenshot](https://tortoisegit.org/about/screenshots/#TortoiseGitBlame))
* TortoiseGitIDiff: to see the changes you made to your image files ([see screenshot](https://tortoisegit.org/about/screenshots/#TortoiseGitMerge))
* Available in many languages
* TortoiseGit is stable
* Before every release, we create one or more [preview releases](https://download.tortoisegit.org/tgit/previews/) for "adventurous" people to test first. This helps finding bugs very early so they won't even get into an official release.
* A custom crash report tool is included in every TortoiseGit release which helps us fix the bugs much faster, even if you can't remember exactly what you did to trigger it.
</description>
* Before every release, we create one or more [preview releases](https://download.tortoisegit.org/tgit/previews/) for "adventurous" people to test first. This helps finding bugs very early so they won't even get into an official release.
* A custom crash report tool is included in every TortoiseGit release which helps us fix the bugs much faster, even if you can't remember exactly what you did to trigger it.
]]></description>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/tortoisegit</packageSourceUrl>
<projectUrl>https://tortoisegit.org/</projectUrl>
<projectSourceUrl>https://gitlab.com/tortoisegit/tortoisegit/</projectSourceUrl>
Expand All @@ -59,7 +60,7 @@ Main interaction with TortoiseGit will be using the context menu of the Windows
<copyright>© TortoiseGit</copyright>
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://tortoisegit.org/docs/releasenotes/#Release_2.5.0.0</releaseNotes>
<releaseNotes>https://tortoisegit.org/docs/releasenotes/#Release_2.6.0.0</releaseNotes>
<dependencies>
<dependency id="vcredist2015" version="14.0.24215.20170201" /> <!-- https://github.com/chocolatey/chocolatey-coreteampackages/issues/807 -->
</dependencies>
Expand Down

0 comments on commit ac9bef2

Please sign in to comment.