diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-25 18:10:33 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-25 18:18:15 +0100 |
| commit | f8ce24a835cae8c623e2936bec2618a8855c605b (patch) | |
| tree | d4c1d392579e24285381613a4ac1b7cc2d6b6fae /git/test/fixtures/rev_list_bisect_all | |
| parent | 65747a216c67c3101c6ae2edaa8119d786b793cb (diff) | |
| parent | 9004e3a1cf33110f2cbc458f1dc3259c930ad9b4 (diff) | |
| download | GitPython-f8ce24a835cae8c623e2936bec2618a8855c605b.tar.gz GitPython-f8ce24a835cae8c623e2936bec2618a8855c605b.zip | |
-#######->WARNING<-####### Directory structure changed, see commit message
If you use git-python as a submodule of your own project, which alters the sys.path to import it,
you will have to adjust your code to take the changed directory structure into consideration.
Previously, you would put the path
./git-python/lib
into your syspath. All modules moved one level up into the 'git' subdirectory, which means that the 'git-python' directory
now contains the 'git' root package. To allow git to be found, add ./git-python into your path.
To finalize your update, run the following commands
git submodule update --init --recursive
As there will be left-over directories, consider running git-clean
Diffstat (limited to 'git/test/fixtures/rev_list_bisect_all')
| -rw-r--r-- | git/test/fixtures/rev_list_bisect_all | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/git/test/fixtures/rev_list_bisect_all b/git/test/fixtures/rev_list_bisect_all new file mode 100644 index 00000000..810b6609 --- /dev/null +++ b/git/test/fixtures/rev_list_bisect_all @@ -0,0 +1,51 @@ +commit cf37099ea8d1d8c7fbf9b6d12d7ec0249d3acb8b (dist=2) +tree 01fb5ddba393df486d850c37f40c9a87f4a28a14 +parent bfdc8e26d36833b3a7106c306fdbe6d38dec817e +author Florian Apolloner <florian@apolloner.eu> 1218480521 +0200 +committer Florian Apolloner <florian@apolloner.eu> 1218480521 +0200 + + use shell=True in windows (git.exe needs to be on %PATH%) + One bug remaining: git on windows is returning status 0 for `git this-does-not-exist`, so no GitCommandError is raised. + +commit 33ebe7acec14b25c5f84f35a664803fcab2f7781 (dist=1) +tree 960b40fe368a9882221bcdd8635b9080dec01ec6 +author Michael Trier <mtrier@gmail.com> 1210193388 -0400 +committer Michael Trier <mtrier@gmail.com> 1210193388 -0400 + + initial project + +commit a6604a00a652e754cb8b6b0b9f194f839fc38d7c (dist=1) +tree 547e8af2f10ffa77c4ed4d0a8381e64141f986b4 +parent cf37099ea8d1d8c7fbf9b6d12d7ec0249d3acb8b +author Florian Apolloner <florian@apolloner.eu> 1219330141 +0200 +committer Florian Apolloner <florian@apolloner.eu> 1219330141 +0200 + + fixed unneeded list unpacking + +commit 8df638c22c75ddc9a43ecdde90c0c9939f5009e7 (dist=0) +tree 43a63b045e538a38161c8da5e154ff1c9436ea4e +parent a6604a00a652e754cb8b6b0b9f194f839fc38d7c +parent 127e511ea2e22f3bd9a0279e747e9cfa9509986d +author Florian Apolloner <florian@apolloner.eu> 1219330182 +0200 +committer Florian Apolloner <florian@apolloner.eu> 1219330182 +0200 + + Merge branch 'master' of git@gitorious.org:git-python/mainline + +commit c231551328faa864848bde6ff8127f59c9566e90 (dist=-1) +tree 991ed402b4f6562209ea56550a3c5050d1aa0118 +parent 8df638c22c75ddc9a43ecdde90c0c9939f5009e7 +author David Aguilar <davvid@gmail.com> 1220418344 -0700 +committer David Aguilar <davvid@gmail.com> 1220418344 -0700 + + commit: handle --bisect-all output in Commit.list_from_string + + Rui Abreu Ferrerira pointed out that "git rev-list --bisect-all" + returns a slightly different format which we can easily accomodate + by changing the way we parse rev-list output. + + http://groups.google.com/group/git-python/browse_thread/thread/aed1d5c4b31d5027 + + This resolves the issue mentioned in that thread. + + Signed-off-by: David Aguilar <davvid@gmail.com> + |
