From cb68eef0865df6aedbc11cd81888625a70da6777 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 25 Nov 2010 17:01:25 +0100 Subject: Moved everything into the git subdirectory - some tests still need to be adjusted --- test/fixtures/git_config | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 test/fixtures/git_config (limited to 'test/fixtures/git_config') diff --git a/test/fixtures/git_config b/test/fixtures/git_config deleted file mode 100644 index 3c91985f..00000000 --- a/test/fixtures/git_config +++ /dev/null @@ -1,23 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true -[remote "origin"] - fetch = +refs/heads/*:refs/remotes/origin/* - url = git://gitorious.org/~byron/git-python/byrons-clone.git - pushurl = git@gitorious.org:~byron/git-python/byrons-clone.git -[branch "master"] - remote = origin - merge = refs/heads/master -[remote "mainline"] - url = git://gitorious.org/git-python/mainline.git - fetch = +refs/heads/*:refs/remotes/mainline/* -[remote "MartinMarcher"] - url = git://gitorious.org/~martin.marcher/git-python/serverhorror.git - fetch = +refs/heads/*:refs/remotes/MartinMarcher/* -[gui] - geometry = 1316x820+219+243 207 192 -[branch "mainline_performance"] - remote = mainline - merge = refs/heads/master -- cgit v1.2.3