Skip to content

Commit

Permalink
pre merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Mar 13, 2011
1 parent 908d7c5 commit 73b4a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -4,7 +4,7 @@ var util = require( './util.js' ).util,
error = require( './error.js' ).error,
sig = require( './sig.js' ).sig,
oid = require( './oid.js' ).oid,
oid = require( './obj.js' ).obj,
obj = require( './obj.js' ).obj,
ref = require( './ref.js' ).ref,
revwalk = require( './revwalk.js' ).revwalk,
commit = require( './commit.js' ).commit,
Expand Down

0 comments on commit 73b4a49

Please sign in to comment.