diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-25 17:01:25 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-25 17:01:25 +0100 |
| commit | cb68eef0865df6aedbc11cd81888625a70da6777 (patch) | |
| tree | bd3018e6257574687b271b6c2e652ef943657471 /git/test/fixtures/git_config | |
| parent | 65747a216c67c3101c6ae2edaa8119d786b793cb (diff) | |
| download | GitPython-cb68eef0865df6aedbc11cd81888625a70da6777.tar.gz GitPython-cb68eef0865df6aedbc11cd81888625a70da6777.zip | |
Moved everything into the git subdirectory - some tests still need to be adjusted
Diffstat (limited to 'git/test/fixtures/git_config')
| -rw-r--r-- | git/test/fixtures/git_config | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/git/test/fixtures/git_config b/git/test/fixtures/git_config new file mode 100644 index 00000000..3c91985f --- /dev/null +++ b/git/test/fixtures/git_config @@ -0,0 +1,23 @@ +[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 |
