Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace git-sha1 with simple-sha1 #236

Merged
merged 1 commit into from Jan 5, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

replace git-sha1 with simple-sha1

contributes to GH issue #234
  • Loading branch information
astro committed Jan 4, 2015
commit 06e413e0a1c7127e0d98abf9ade402dc34467b98
@@ -11,7 +11,7 @@ var FileStream = require('./file-stream')
var inherits = require('inherits')
var MultiStream = require('multistream')
var once = require('once')
var sha1 = require('git-sha1')
var sha1 = require('simple-sha1')

var BLOCK_LENGTH = 16 * 1024

@@ -42,7 +42,6 @@
"dezalgo": "^1.0.1",
"end-of-stream": "^1.0.0",
"extend.js": "^0.0.2",
"git-sha1": "^0.1.2",
"hat": "0.0.3",
"inherits": "^2.0.1",
"load-ip-set": "^1.0.3",
@@ -62,6 +61,7 @@
"rimraf": "^2.2.5",
"run-parallel": "^1.0.0",
"simple-get": "^1.0.0",
"simple-sha1": "^1.0.2",
"speedometer": "^0.1.2",
"thunky": "^0.1.0",
"torrent-discovery": "^2.0.1",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.