mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			723 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			723 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"homepage": "http://git-scm.com/",
 | 
						|
	"license": "GPL2",
 | 
						|
	"version": "1.8.3",
 | 
						|
	"url": "https://msysgit.googlecode.com/files/Git-1.8.3-preview20130601.exe",
 | 
						|
	"hash": { "sha256": "ddd2e02aec58c48ae6812a7df0287b03c6c26063fe5ac36bf757efd60fd7d2e4" },
 | 
						|
	"installer": { "args": ["/verysilent", "/dir=\"$dir\"", "/noicons", "/components=\"\"", "/tasks=\"\"" ] },
 | 
						|
	"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
 | 
						|
	"post_install": [
 | 
						|
		"git config --global credential.helper wincred"
 | 
						|
	],
 | 
						|
	"uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] },
 | 
						|
	"notes": "Git has been configured to use the Windows Credential Manager.
 | 
						|
To revert to the default (no credential caching), run:
 | 
						|
	`git config --global --unset credential.helper`."
 | 
						|
} |