diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 19:53:42 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 19:53:42 +0100 |
| commit | d884adc80c80300b4cc05321494713904ef1df2d (patch) | |
| tree | 3878d5e0282531596d42505d8725482dde002c20 /test/fixtures | |
| parent | 05d2687afcc78cd192714ee3d71fdf36a37d110f (diff) | |
| parent | ace1fed6321bb8dd6d38b2f58d7cf815fa16db7a (diff) | |
| download | GitPython-d884adc80c80300b4cc05321494713904ef1df2d.tar.gz GitPython-d884adc80c80300b4cc05321494713904ef1df2d.zip | |
Merge branch 'improvements'
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/git_config | 23 | ||||
| -rw-r--r-- | test/fixtures/git_config_global | 24 | ||||
| -rw-r--r-- | test/fixtures/index | bin | 0 -> 163616 bytes | |||
| -rw-r--r-- | test/fixtures/index_merge | bin | 0 -> 9192 bytes |
4 files changed, 47 insertions, 0 deletions
diff --git a/test/fixtures/git_config b/test/fixtures/git_config new file mode 100644 index 00000000..3c91985f --- /dev/null +++ b/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 diff --git a/test/fixtures/git_config_global b/test/fixtures/git_config_global new file mode 100644 index 00000000..1a55397f --- /dev/null +++ b/test/fixtures/git_config_global @@ -0,0 +1,24 @@ +[alias] + st = status + ci = commit + co = checkout + br = branch +[color] + branch = auto + diff = auto + interactive = auto + status = auto +[user] + name = Sebastian Thiel + email = byronimo@gmail.com +[core] + editor = vim + autocrlf = false + packedGitLimit = 1g + packedGitWindowSize = 512m +[pack] + windowMemory = 512m +[merge] + tool = meld +[diff] + tool = meld diff --git a/test/fixtures/index b/test/fixtures/index Binary files differnew file mode 100644 index 00000000..40914bac --- /dev/null +++ b/test/fixtures/index diff --git a/test/fixtures/index_merge b/test/fixtures/index_merge Binary files differnew file mode 100644 index 00000000..2a743455 --- /dev/null +++ b/test/fixtures/index_merge |
