You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/03/01 16:56:50 UTC

[1/3] git commit: [#5411] ticket:268 Added patched GitPython to the requirements

[#5411] ticket:268 Added patched GitPython to the requirements


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/0ad213df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/0ad213df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/0ad213df

Branch: refs/heads/cj/5411
Commit: 0ad213df8290a603584279078724fe1d22c25f3f
Parents: c3f622e
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Feb 13 16:06:27 2013 +0000
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Tue Feb 26 09:26:52 2013 +0000

----------------------------------------------------------------------
 requirements-common.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/0ad213df/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index 9663e48..e4cda0b 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -64,8 +64,8 @@ WebHelpers==1.3
 # git deps
 async==0.6.1
 gitdb==0.5.4
-GitPython==0.3.0-beta2
-smmap==0.8.1
+-e git://github.com/42cc/GitPython.git@0.3.2-RC1-20130214#egg=git
+smmap==0.8.2
 
 # testing & development
 datadiff==1.1.3