Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

39,585

Downloads of v 3.1.0-unstable0009:

369

Last Update:

03 Aug 2017

Package Maintainer(s):

Software Author(s):

  • GeertvanHorrik
  • AArnott

Tags:

git pdb

GitLink

This is a prerelease version of GitLink.

  • 1
  • 2
  • 3

3.1.0-unstable0009 | Updated: 03 Aug 2017

Downloads:

39,585

Downloads of v 3.1.0-unstable0009:

369

Software Author(s):

  • GeertvanHorrik
  • AArnott

Tags:

git pdb

GitLink 3.1.0-unstable0009

This is a prerelease version of GitLink.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install GitLink, run the following command from the command line or from PowerShell:

>

To upgrade GitLink, run the following command from the command line or from PowerShell:

>

To uninstall GitLink, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade gitlink -y --source="'INTERNAL REPO URL'" --version="'3.1.0-unstable0009'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade gitlink -y --source="'INTERNAL REPO URL'" --version="'3.1.0-unstable0009'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install gitlink
  win_chocolatey:
    name: gitlink
    version: '3.1.0-unstable0009'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'gitlink' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.1.0-unstable0009'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller gitlink
{
    Name        = "gitlink"
    Version     = "3.1.0-unstable0009"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'gitlink':
  ensure          => '3.1.0-unstable0009',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 03 Aug 2017.

Description

GitLink let's users step through your code hosted on any Git hosting service! This makes symbol servers obsolete which saves you both time


build\Catel.Core.dll
md5: 6EBFE5B32883DF65E4898785E2C1565D | sha1: 758DFAD82F3596A561B12A21F64F4C33F55637A2 | sha256: 0415CCA2A95CB367EC6B2A6A2A9D1E3B168DF450FF8A87B7ACB637D4423DD726 | sha512: 4F83EF45445BED897D16B9F1DEA95BEF7A18137EDF558C09E0FA8349AFD27EB89FAD1F13B56F87E0167349BB97F2B2EEB78AD8DCA9562EB8A68EE857EA7399D3
build\GitLink.exe
build\GitLink.props
build\GitLink.targets
build\GitLinkTask.dll
md5: DB16BEE99EA1FD8E70FEDAC7F3852BB5 | sha1: C728FCDF941607547BD1F69BD35E20C3D5EA23C3 | sha256: 8D5531E38378FC46BE7C0A0E22CE924400CD27FC94F2F8A144546DF9B723C9DF | sha512: E5275D9C849BD9A0101674FD823302CE575BCAC37B5B57D92EEF887E65C8B8F5B924D8A5DBB70D309D61BFFF0102FB08CFBFF41B219F598036C9D56CACB0276A
build\GitTools.Core.dll
md5: CEFE07F73F48F0E65BA2857A9D37B879 | sha1: F68D77DA695D8727B9C733B342FEE822C0BDC1D8 | sha256: 90D8FDA649B19A8F84C3DBDFB27F6E76F77F8245300B9AF93BEE17E210F445FA | sha512: 453231BDD8C9452098BD0FDD6671E8981DCCB7A4B3E01A34BFC16C654959E0197353D6A9E9F4778E80F116A23691EABBCE638FFB743DFFB56E8D684753C146FA
build\ImpromptuInterface.dll
md5: 105BC76136E9A3ADC017045E5ACA94A8 | sha1: 278C9FB3DAB7E861F1C65FD04E53D7E1E74E7B67 | sha256: FB0251C2D7387C54DD11CE9533F60DDF920CD24746E482C38F6D7700A84DC01A | sha512: DFAC82BAC862D11A627A9FD33A072956D6E9E60E7C02EA27C6DA100E56A3BD4CC4CDD1EB0A79AA3D2470CAB8603727A745452E5498CFE261AC954204D4180DE3
build\LibGit2Sharp.dll
md5: 28E3C3D6A2372C89899A58780875667D | sha1: 7B40BB51D466B493B01BA0EC149C39ED3E57C171 | sha256: 42D365364925635720DAF24798EDDD5D65AD4599AA3F0E4B93257641A2E9B8C1 | sha512: F1D51C1A847A61CF3657DFA96638CEFB65E1F961CEFB7BAF22A58262045BDDC2248B40FE5A49861C5EC8634344702BB6A910BA2F505684FB7C07F82A86BDEE05
build\NativeBinaries\amd64\git2-e0902fb.dll
md5: 0EFA93BC2737014594114B2423D1AC3F | sha1: 03747E77C105EC34062444A5B9A974D27819B4F9 | sha256: 523D48C7A8B740F8A1DCC1AD2A9E8AFD1A5930348907F5D4B5CA078D72C19AEC | sha512: 70A9E4856DC2147BF0D5BAF0420C7362FE57223B577404551E1F39859D33C8CDCD1CE2A7F5CE210F379DB1DC435876B3515A9F71635706B34B362C1C1C115CEB
build\NativeBinaries\x86\git2-e0902fb.dll
md5: E368F25BE19748AEDE2547BC79B62DD6 | sha1: 71933A94C8417943388BF2AE2E9E4D2F5CA112FB | sha256: FB638B521816149D90536787EB624BFBE0391FD8CB57281EB997E095B46001AD | sha512: 9AC5FE744CC70273B08AC03D5536A2ED629CE08AA6B28C9382F416C20CCFC9F04A619E573506195C546DAF2A8134F27B6311B8BCF1FCA6AA5BF8B5E0A4CAC710
build\pdbstr.exe
md5: 5DBFD76709506CCABFD4B862DEB11184 | sha1: EAC3544A8F88F2DA56A3E35529F65524F37A6DC3 | sha256: A653FD7434A76FE32D724790D969B62C70354B40DC7425125717219F3A7F1A4F | sha512: 87607D3B487FAC8C1BE859B810E54F416E47F8044DE05338F5BBB8B744F75C9E52FD5BC578233A88590628F64F28AC8C47BAFCC299E6A6278E942FE6B99548EF
build\System.CommandLine.dll
md5: E8C58CA92A42D0A1AD6347C91E599A44 | sha1: B92E2053DF114A78E32B3F5F245F20747F9CE541 | sha256: 9CC1E5580FB318B1D14E8874DDB7105573A32DC083B3B1E5A36E2A4AB6C1EB31 | sha512: DAE22805FF9C7AA2735CDEB907981FE07E1CFD5D51D1F3C6DCFCCCB08F32AEBB3BEE72818B58DFB1C8FADC1A45BB1E58F57072086B33E442CFB4AE94D7023593
build\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 5043512ECC51403299127802AFFC2294 | sha1: DBE8B2FE9557110981412629C0D23C346A42A563 | sha256: CCCEB001E0A771A25C427ED9551BBC58D7E81962CF0CE19E7EF105E2C9D148AE | sha512: 549C9C685154D57BF254FAD68A0479E9BCE2D6A3663E73F481BCCCC64159D23DD9E7A0F992EEBDCD359FAD5EB8F72E76255A800B48647AF0AA33427B380E9D22
build\winsdk.redist.txt
Redistributable Code
==============================================
The file(s) listed below are "Redistributable Code" within the meaning of the End-User 
License Agreement under which you have licensed the file(s).  

===================
dbghelp.dll
===================
 
(1) You may redistribute dbghelp.dll version 6.12.2.633
 
===================
pdbstr.exe
===================
 
(1) You may redistribute pdbstr.exe version 6.12.2.633
tools\LICENSE.txt
From: https://github.com/GitTools/GitLink/blob/develop/LICENSE

LICENSE

The MIT License (MIT)

Copyright (c) 2014 - 2017 CatenaLogic

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
gitlink 3.2.0-unstable0040 406 Tuesday, May 22, 2018 Exempted
gitlink 3.2.0-unstable0038 266 Saturday, April 7, 2018 Exempted
gitlink 3.2.0-unstable0036 277 Thursday, April 5, 2018 Exempted
gitlink 3.2.0-unstable0032 301 Tuesday, March 20, 2018 Exempted
gitlink 3.2.0-unstable0027 306 Sunday, February 18, 2018 Exempted
gitlink 3.2.0-unstable0025 304 Sunday, January 28, 2018 Exempted
gitlink 3.2.0-unstable0021 317 Friday, January 19, 2018 Exempted
gitlink 3.2.0-unstable0018 322 Monday, January 15, 2018 Exempted
gitlink 3.2.0-unstable0014 341 Tuesday, December 12, 2017 Exempted
GitLink 3.1.0-unstable0017 1548 Tuesday, September 5, 2017 Exempted
GitLink 3.1.0-unstable0009 369 Thursday, August 3, 2017 Approved
GitLink 3.0.0-unstable0099 370 Thursday, July 6, 2017 Approved
GitLink 3.0.0-unstable0096 388 Monday, June 26, 2017 Approved
GitLink 3.0.0-unstable0092 399 Wednesday, May 24, 2017 Approved
GitLink 3.0.0-unstable0090 381 Monday, March 27, 2017 Approved
GitLink 3.0.0-unstable0085 425 Sunday, February 19, 2017 Approved
GitLink 2.4.1 5005 Sunday, January 15, 2017 Approved
GitLink 2.4.0 2104 Tuesday, January 10, 2017 Approved
GitLink 2.4.0-unstable0064 417 Sunday, November 27, 2016 Approved
GitLink 2.4.0-unstable0063 397 Sunday, November 27, 2016 Approved
GitLink 2.4.0-unstable0062 409 Wednesday, November 23, 2016 Approved
GitLink 2.4.0-unstable0052 432 Saturday, October 8, 2016 Approved
GitLink 2.4.0-unstable0038 447 Monday, October 3, 2016 Approved
GitLink 2.4.0-unstable0034 404 Sunday, October 2, 2016 Approved
GitLink 2.4.0-unstable0032 404 Tuesday, September 27, 2016 Approved
GitLink 2.4.0-unstable0026 413 Monday, July 25, 2016 Approved
GitLink 2.4.0-unstable0009 434 Friday, July 22, 2016 Approved
GitLink 2.4.0-unstable0008 440 Tuesday, July 19, 2016 Approved
GitLink 2.4.0-unstable0007 399 Tuesday, July 19, 2016 Approved
GitLink 2.3.0 2379 Monday, May 30, 2016 Approved
GitLink 2.3.0-unstable0022 727 Thursday, January 7, 2016 Approved
GitLink 2.3.0-unstable0019 492 Monday, January 4, 2016 Approved
GitLink 2.3.0-unstable0013 547 Tuesday, December 15, 2015 Exempted
GitLink 2.3.0-unstable0009 455 Monday, November 30, 2015 Exempted
GitLink 2.3.0-unstable0005 453 Wednesday, November 25, 2015 Exempted
GitLink 2.3.0-unstable0003 494 Thursday, November 12, 2015 Exempted
GitLink 2.2.0 2597 Wednesday, October 28, 2015 Approved
GitLink 2.2.0-unstable0035 462 Wednesday, October 28, 2015 Exempted
GitLink 2.2.0-unstable0030 430 Sunday, October 25, 2015 Exempted
GitLink 2.2.0-unstable0027 451 Saturday, October 24, 2015 Exempted
GitLink 2.2.0-unstable0016 850 Monday, April 20, 2015 Exempted
GitLink 2.2.0-unstable0008 690 Tuesday, January 27, 2015 Exempted
GitLink 2.2.0-unstable0002 545 Wednesday, January 7, 2015 Exempted
GitLink 2.1.0 579 Friday, December 19, 2014 Approved
GitLink 2.1.0-unstable0028 472 Friday, December 19, 2014 Exempted
GitLink 2.1.0-unstable0027 444 Saturday, December 13, 2014 Exempted
GitLink 2.1.0-unstable0024 453 Thursday, December 11, 2014 Exempted
GitLink 2.1.0-unstable0022 449 Monday, December 8, 2014 Exempted
GitLink 2.1.0-unstable0021 417 Monday, December 8, 2014 Exempted
GitLink 2.1.0-unstable0019 461 Tuesday, December 2, 2014 Exempted
GitLink 2.1.0-unstable0018 445 Tuesday, December 2, 2014 Exempted
GitLink 2.1.0-unstable0016 389 Monday, December 1, 2014 Exempted
GitLink 2.1.0-unstable0014 446 Monday, November 10, 2014 Exempted
GitLink 2.1.0-unstable0013 468 Sunday, November 9, 2014 Exempted
GitLink 2.1.0-unstable0011 506 Thursday, November 6, 2014 Exempted
GitLink 2.0.0 654 Wednesday, September 17, 2014 Approved
GitLink 2.0.0-unstable0049 450 Friday, September 5, 2014 Approved
GitLink 2.0.0-unstable0033 491 Tuesday, September 2, 2014 Approved
GitLink 1.6.0-unstable0024 475 Tuesday, September 2, 2014 Approved
GitLink 1.0.0 359 Tuesday, February 14, 2017 Approved

This package has no dependencies.

Discussion for the GitLink Package

Ground Rules:

  • This discussion is only about GitLink and the GitLink package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or GitLink, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus