Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
6,165
Downloads of v 0.5.0:
675
Last Update:
30 Mar 2017
Package Maintainer(s):
Software Author(s):
- kjjuno and Contributors
Tags:
Git Submodules Subtree GitVersion Dependency Repository Repo- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

GitDepend
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,165
Downloads of v 0.5.0:
675
Maintainer(s):
Software Author(s):
- kjjuno and Contributors
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install GitDepend, run the following command from the command line or from PowerShell:
To upgrade GitDepend, run the following command from the command line or from PowerShell:
To uninstall GitDepend, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download gitdepend.portable --internalize --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade gitdepend.portable -y --source="'STEP 3 URL'" [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 gitdepend.portable -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure gitdepend.portable installed
win_chocolatey:
name: gitdepend.portable
state: present
version: 0.5.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gitdepend.portable' do
action :install
version '0.5.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: gitdepend.portable,
Version: 0.5.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller gitdepend.portable
{
Name = 'gitdepend.portable'
Ensure = 'Present'
Version = '0.5.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitdepend.portable':
provider => 'chocolatey',
ensure => '0.5.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install gitdepend.portable version="0.5.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 08 Jul 2020.
A tool to handle dependency trees with multiple git repositories without using submodules.
Generate-BinFile "dep" "$packageFolder\tools\GitDepend.exe"
Remove-BinFile "dep" "$packageFolder\tools\GitDepend.exe"
Remove-BinFile "gdep" "$packageFolder\tools\GitDepend.exe"
Remove-BinFile "GitDepend" "$packageFolder\tools\GitDepend.exe"
Remove-BinFile "NuGet" "$packageFolder\tools\NuGet.exe"
md5: EC0E2DD54144D6F6A317B7DAA715D418 | sha1: 62C2E04BBA8436912D9BCEC1EC4D4C7AFC843A47 | sha256: 4923528D3D18689D58FA30B3D822AB72A13BE21A57F13E0BC59B55B864424F7A | sha512: CCAF01F89FAB001EF2DED15B352E1DD2AB3967584A8720ACB7C6B7203240F9C896F7D46600B12E0E86B25B30779B1E5ED59CE97FB3F295AFB11D6391670265EF
md5: F553BEAE8D948D17EF2D6A0FA6BC32C8 | sha1: 569A21C5F225E2FBB4297937F71A09107307777D | sha256: 2ADF46E6AF6C94D0DC35AEF18B4A4AFC7DB18F1B57232A12785C5293187993AC | sha512: 04A22B80F5A9EBBA5B52671EBDB7F4A2CCDE48FE9D84C4DDA60DDB394C7614D48678267ECF0E834D09FFBDF54FF123107A197F1EC60359F323E937F31250AAEA
md5: 826A742E5D8D34A914D03ABD6D426D2C | sha1: 71125CB8D4F88C6E322670B8D3D3CDC9A1DB8279 | sha256: 7A03A17367566A7CFF32EACA5172107231DB24EFE19AC79EEE00DCF1146E98E0 | sha512: 7F537A634140E02E4F047D80420A5C716220BDFBCF89310920F5C6465049F3FDE1744DCD17C3AC8302BCCECC40FBB2FB6D423B87D57574A39D4B7B5EDABA4DD5
md5: E712E2F37615BB28A49D8ADAB0E05BC2 | sha1: 964CF9C8E68216316385B48D45EA21E93CB01BC9 | sha256: 16BD2D496E6C503DAF08AC3C418EDD09EB9181964D6C491B8F57677C0D4AC1AA | sha512: 4F3A286C3D56966A61497DE03774CED4E5C81373540EDFB7DB4F739AB6C67DF9F8F02CD34EAEF3CC72ECC05E7518AD3FA0982B1AFD36F2C33F004BD29EC6256B
md5: BC6030BA10518744305A53507D4C2D5F | sha1: 881034017DECFCCE991BD8C35C191769495E42FB | sha256: 1BA0D2971CE932F6E8221EDF28E6EFDC64B6ABDACAA6C6470E2CA355CAEA86A3 | sha512: 087F7495AC0A593895DEC2A8E1B2207B0947808DFA202D52B85E850C3FCF37BF18FB370A541FD96F1690C565906BAEB35CC3274146308B83B13BF22786BF13BA
md5: 833EB674952559254CCF59D950CF9B4F | sha1: D38E3A20F6482FB1F37B96413FC64F7DDB3697AE | sha256: 45953B5A76EF7A5A662D10198CA541B57178348CB9F987D7C71A32A6FC52BA39 | sha512: A702F2CE3BFC177C321E3DD8B7C9C313AB121E93BC31E96D306D0326B2D745BDCFED49B3D08E240C15D05EC62F4FBC5B8CFD298AB2E361A17EA647647ACDAAD6
md5: 92A533BE83B7FA43A1B18F009A7D450B | sha1: E9AC62EBB0643BFFB243D889C535A8ABCD1BA52A | sha256: 34005D6A80434542780C6D192E6ABD07BEA49B2EEB7E43FBFDFE90C2889986E5 | sha512: B7AE35D9AB96C51B50998B46B8E73BA61BFC01812853C870872A18A3AA986DB8A66D3B8E173E1D7DD58097C07B07AFB64E5297B4B894B8FA1BF565773856A491
md5: D7FDFAAB803701100636EE778E55CEF9 | sha1: 064840EFD6B927FA1DE2779F4C3C59A210359EAB | sha256: 3A97FD8012BE6A66F3372AE6F58A84754C3E43E86B02D8C60C2EC9ADA881C53F | sha512: 1423460726DE7B296CF4BDCB9997324361DD8FE7B43551F0EAA1AAD8A16EA842176527E3C1234AB79139D78CB5C0051728A2A67120DB3721BDA03E5760648863
md5: 71C2852796B6A7A9927246172BC9BF21 | sha1: A0F3B6D0A23AFFF3AD35378D7362EA1A817E1B50 | sha256: 9DC599DD6D60CB53C4A2CC8A532EE9C2A7F4C91F3ED1FD14B000FDE1BB95AA3F | sha512: D1921E411C7DFEE2B2639BEEFB43487F71360F9A83943848ABFB7BE92EC09546B6730CA0E63120D7B523457D9DE5380425F7BDA6591D255A49ED5268C5A2D3F7
md5: E5E9F33432369C04CA776428704C2E98 | sha1: 917070FD5708DE5F753A90CE035E3757AD7BCD10 | sha256: 22BB16DD9B375D60601AB589654056630C0842EF971D847E430AF212110D22C4 | sha512: 95A761D733C746FF1674AF78DEA8750336797F726454B89AA22FB577EBAF6FB54F4870C4B2633E169E2900FEA38F967531A9AC9F2EF5BACD3BF0F2886AB25597
md5: 465468C376545157DC1CDFF3CAC51EFC | sha1: F201857F1556D4C065CE9118BCBF5A171AA22552 | sha256: 0AF6F60FD1F504B848E889D8D9E8AF67A33D0F9838ED4EF51422BDFCD3B54B45 | sha512: D66A184B4535D27DD1F444CF78F5CAC64A8AF60E2C620F8FB64A859F4480A691DA209E92038B268F2EC8F418A2B17A4957B7FC49902AEB4403B10B3887B08C48
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
md5: B1F2D9795ED0D64D814A2B1C0DFB5BBD | sha1: 3BAE1A656052FABA3BCCCB33F6C756996DDE0248 | sha256: BD27993BC149BCA63BF0EF8E0A051B22B7EB2E82DEB7965BCDAEEB23734164F0 | sha512: 99F0B274901A0ACB9F28E181A74400BFA9084950F45790A3BED07B84133AB31F0277293AC1E6A8F733E7623160573525DD469021006C3E717E9FD0DEC349FB49
md5: 0F047C322CD66ADE3AE9001D1E0497E9 | sha1: 85BB4B563EABD160569F33DBA2A52816E036A4D0 | sha256: E0F021583B75F1E8AFE3544F482ACB8B676194CF3B9B31E090D6F676C29FB026 | sha512: 7E5730D0CBCFAEA48058D518B6153917C8B5D8366D5F6B25AD105E62E2E1F12143E67DB65C510C335B9E6D9EE0B152529D5ACE4C1CC56DC086C8396E2542AACE
md5: ADB2F5F1048D0E632858AE752FB60FF5 | sha1: B08300434838848464AF9EA8568D06FD8A17439D | sha256: 37AB4397D109936C685DD8FC3CAF736C04577B8B48B85D5161B18D2AF1073966 | sha512: E706DADB0ABD4014E82ACE33DE11ACA45D4B0633A98CC880D0CE51BD05D38A0BA370B9435BCB7E83A8060F90A2CC8889757502B8F6C902DBE8941DD0642F7557
Log in or click on link to see number of positives.
- CommandLine.dll (4923528d3d18) - ## / 67
- Microsoft.Practices.ServiceLocation.dll (34005d6a8043) - ## / 68
- Microsoft.Practices.Unity.Configuration.dll (3a97fd8012be) - ## / 62
- Microsoft.Practices.Unity.dll (9dc599dd6d60) - ## / 62
- Microsoft.Practices.Unity.RegistrationByConvention.dll (22bb16dd9b37) - ## / 62
- Newtonsoft.Json.dll (575e30f98e4e) - ## / 68
- System.IO.Abstractions.dll (37ab4397d109) - ## / 61
- NuGet.exe (bd27993bc149) - ## / 61
- LibGit2Sharp.dll (45953b5a76ef) - ## / 56
- Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll (0af6f60fd1f5) - ## / 55
- RestSharp.dll (e0f021583b75) - ## / 66
- git2-a5cf255.dll (16bd2d496e6c) - ## / 57
- git2-a5cf255.dll (1ba0d2971ce9) - ## / 57
- GitDepend.Portable.0.5.0.nupkg (164c18bbb5d4) - ## / 58
- GitDepend.exe (2adf46e6af6c) - ## / 62
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
GitDepend 0.5.0 | 675 | Thursday, March 30, 2017 | Approved |
GitDepend 0.5.0-beta0039 | 337 | Thursday, March 30, 2017 | Approved |
GitDepend 0.5.0-beta0030 | 291 | Thursday, March 30, 2017 | Approved |
GitDepend 0.5.0-beta0026 | 285 | Thursday, March 30, 2017 | Approved |
GitDepend 0.5.0-beta0009 | 275 | Thursday, March 23, 2017 | Approved |
GitDepend 0.5.0-beta0004 | 305 | Wednesday, March 22, 2017 | Approved |
GitDepend 0.5.0-beta0001 | 284 | Tuesday, March 21, 2017 | Approved |
GitDepend 0.5.0-alpha0062 | 310 | Monday, March 13, 2017 | Approved |
GitDepend 0.4.3 | 267 | Saturday, March 4, 2017 | Approved |
GitDepend 0.4.2 | 262 | Friday, March 3, 2017 | Approved |
GitDepend 0.4.1 | 294 | Friday, March 3, 2017 | Approved |
GitDepend 0.4.0 | 246 | Friday, March 3, 2017 | Approved |
GitDepend 0.4.0-beta0010 | 280 | Friday, March 3, 2017 | Exempted |
GitDepend 0.3.2 | 292 | Friday, March 3, 2017 | Approved |
GitDepend 0.3.1 | 256 | Wednesday, February 22, 2017 | Approved |
GitDepend 0.3.0 | 270 | Wednesday, February 22, 2017 | Approved |
GitDepend 0.3.0-alpha0071 | 290 | Wednesday, February 22, 2017 | Exempted |
GitDepend 0.3.0-alpha0068 | 296 | Wednesday, February 22, 2017 | Exempted |
GitDepend 0.2.1 | 302 | Monday, February 13, 2017 | Approved |
GitDepend 0.2.0 | 348 | Monday, February 13, 2017 | Approved |
Copyright 2017
This package has no dependencies.
Ground Rules:
- This discussion is only about GitDepend and the GitDepend 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 GitDepend, 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.