Skip to content

Commit 3ad8080

Browse files
wildarttkelman
authored andcommitted
renamed to 'libgit2'
moved parts to `libgit2` dir converted github.jl refactored repository and configuration types (as in LibGit2 pkg)
1 parent c81f8eb commit 3ad8080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/pkg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export dir, init, rm, add, available, installed, status, clone, checkout,
1010
const DEFAULT_META = "git://github.com/JuliaLang/METADATA.jl"
1111
const META_BRANCH = "metadata-v2"
1212

13-
for file in split("git libgit dir github types reqs cache read query resolve write generate entry")
13+
for file in split("git libgit2 dir github types reqs cache read query resolve write generate entry")
1414
include("pkg/$file.jl")
1515
end
1616
const cd = Dir.cd

0 commit comments

Comments
 (0)