Skip to content

Commit

Permalink
Merge pull request #634 from Stanzilla/revert_cleanupgit
Browse files Browse the repository at this point in the history
Revert 8b8f98c
  • Loading branch information
Stanzilla committed Oct 12, 2015
2 parents d979140 + 4ed35fe commit 6608e16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion scripts/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ $targets = @{
}

Delete-Existing "..\Version*"
Cleanup-Git

$version = Invoke-Expression "git describe --abbrev=0 --tags"
(New-Item -ItemType file "$cmderRoot\Version $version") | Out-Null
Expand Down
5 changes: 0 additions & 5 deletions scripts/utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ function Digest-MD5 ($path) {
return Invoke-Expression "md5sum $path"
}

function Cleanup-Git () {
$gitdir = '../vendor/msysgit/libexec/git-core/'
Get-Childitem $gitdir -Exclude git.exe | Where-Object{!($_.PSIsContainer)} | Foreach-Object { Remove-Item $_.FullName }
}

function Register-Cmder(){
[CmdletBinding()]
Param
Expand Down

0 comments on commit 6608e16

Please sign in to comment.