From 4177eefd7bdaea96a529b00ba9cf751924ede202 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 5 May 2011 19:43:22 +0200 Subject: Added all code from gitdb to gitpython. Next is to make it generally work. Then the tests will need some work --- .../objects/7b/b839852ed5e3a069966281bb08d50012fb309b | Bin 0 -> 446 bytes .../pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx | Bin 0 -> 1912 bytes .../pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack | Bin 0 -> 51875 bytes .../pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx | Bin 0 -> 2248 bytes .../pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack | Bin 0 -> 3732 bytes .../pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx | Bin 0 -> 2672 bytes .../pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack | Bin 0 -> 49113 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 git/test/fixtures/objects/7b/b839852ed5e3a069966281bb08d50012fb309b create mode 100644 git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx create mode 100644 git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack create mode 100644 git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx create mode 100644 git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack create mode 100644 git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx create mode 100644 git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack (limited to 'git/test/fixtures') diff --git a/git/test/fixtures/objects/7b/b839852ed5e3a069966281bb08d50012fb309b b/git/test/fixtures/objects/7b/b839852ed5e3a069966281bb08d50012fb309b new file mode 100644 index 00000000..021c2db3 Binary files /dev/null and b/git/test/fixtures/objects/7b/b839852ed5e3a069966281bb08d50012fb309b differ diff --git a/git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx b/git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx new file mode 100644 index 00000000..fda5969b Binary files /dev/null and b/git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx differ diff --git a/git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack b/git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack new file mode 100644 index 00000000..a3209d2b Binary files /dev/null and b/git/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack differ diff --git a/git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx b/git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx new file mode 100644 index 00000000..a7d6c717 Binary files /dev/null and b/git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx differ diff --git a/git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack b/git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack new file mode 100644 index 00000000..955c424c Binary files /dev/null and b/git/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack differ diff --git a/git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx b/git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx new file mode 100644 index 00000000..87c635f4 Binary files /dev/null and b/git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx differ diff --git a/git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack b/git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack new file mode 100644 index 00000000..a69b28ac Binary files /dev/null and b/git/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack differ -- cgit v1.2.3 From ba825ea244c70d342e0098b4ab4f62507be70f12 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 7 Jun 2011 19:58:06 +0200 Subject: Greatly improved robustness of config parser - it can now take pretty much everything. Includes an updated config file which includes all the new additions --- git/test/fixtures/git_config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'git/test/fixtures') diff --git a/git/test/fixtures/git_config b/git/test/fixtures/git_config index 3c91985f..ff8e7114 100644 --- a/git/test/fixtures/git_config +++ b/git/test/fixtures/git_config @@ -1,22 +1,28 @@ [core] repositoryformatversion = 0 filemode = true - bare = false - logallrefupdates = 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"] +# a tab indented section header + [branch "master"] remote = origin merge = refs/heads/master -[remote "mainline"] +# an space indented section header + [remote "mainline"] + # space indented comment url = git://gitorious.org/git-python/mainline.git fetch = +refs/heads/*:refs/remotes/mainline/* + [remote "MartinMarcher"] + # tab indented comment url = git://gitorious.org/~martin.marcher/git-python/serverhorror.git fetch = +refs/heads/*:refs/remotes/MartinMarcher/* -[gui] + # can handle comments - the section name is supposed to be stripped +[ gui ] geometry = 1316x820+219+243 207 192 [branch "mainline_performance"] remote = mainline -- cgit v1.2.3