Sha256: ee3bd661eb02b92f68d64b2942084744e030f533f00196decc72ea5a27fa1505
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 KB
Contents
[core] repositoryformatversion = 0 filemode = true bare = true logallrefupdates = true [remote "test"] url = git://github.com/libgit2/libgit2 fetch = +refs/heads/*:refs/remotes/test/* [remote "joshaber"] url = git://github.com/libgit2/libgit2 [remote "empty-remote-url"] url = pushurl = [remote "empty-remote-pushurl"] pushurl = [remote "no-remote-url"] fetch = [remote "test_with_pushurl"] url = git://github.com/libgit2/fetchlibgit2 pushurl = git://github.com/libgit2/pushlibgit2 fetch = +refs/heads/*:refs/remotes/test_with_pushurl/* [branch "master"] remote = test merge = refs/heads/master [branch "track-local"] remote = . merge = refs/heads/master [branch "cannot-fetch"] remote = joshaber merge = refs/heads/cannot-fetch [branch "remoteless"] remote = merge = refs/heads/master [branch "mergeless"] remote = test merge = [branch "mergeandremoteless"] remote = merge = #sample of access control configuration file [access "refs/heads/*"] RWCD=Administrators:ProjectOwners [access "refs/heads/master"] RWCD=Adminstrators:ProjectOwners R=RegisteredUsers [access "refs/heads/cannot-fetch"] RW=Administrators:ProjectOwners R=RegisteredUsers:GroupA
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blaggard-1.0.1 | spec/fixtures/spec_repo.git/config |
blaggard-1.0.0 | spec/fixtures/spec_repo.git/config |