From 8af941618a851d190668602be3b6bede1544f1dc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 5 Apr 2011 14:15:32 +0200 Subject: Moved push and fetch methods partly from remote to the gitcmdobjdb implementation, including related types. It doesn't yet work, and the omnipresence of the repo imposes a problem right now, as the required ref functionality is not yet part of the gitdb specification. theoretically, the whole ref implementation has to move into gitdb --- git/ext/gitdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/ext/gitdb') diff --git a/git/ext/gitdb b/git/ext/gitdb index 17d9d139..86388c55 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit 17d9d1395fb6d18d553e085150138463b5827a2f +Subproject commit 86388c55fb7852ce9c8a2db9ee45ca2b3a126f6e -- cgit v1.2.3 From e77d2d0ebb9487b696835f219e4a23a558462a55 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 7 Apr 2011 12:14:04 +0200 Subject: Removed all parts of the reference implementation which doesn't require the git command. everything else was moved to GitDB. None of the tests is yet expected to run, although git-python should have less trouble getting the tests back up running than GitDB. plenty of code needs to be de-duplicated though in case of the tests, which will be some work --- git/ext/gitdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/ext/gitdb') diff --git a/git/ext/gitdb b/git/ext/gitdb index 86388c55..7c4d3d6b 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit 86388c55fb7852ce9c8a2db9ee45ca2b3a126f6e +Subproject commit 7c4d3d6b000930134019515c83c10b140330d313 -- cgit v1.2.3 From a12a7618a1f6f61a4c97ddf4cc422158c3fa72ba Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 7 Apr 2011 20:17:00 +0200 Subject: Updated objects to use the ones defined in gitdb as basis. Only the submodule implementation is left in git-python as it requires some advanced features. No tests where run yet --- git/ext/gitdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/ext/gitdb') diff --git a/git/ext/gitdb b/git/ext/gitdb index 7c4d3d6b..dba71a0c 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit 7c4d3d6b000930134019515c83c10b140330d313 +Subproject commit dba71a0c727aba19319d3e868d0ca4b8009bcef4 -- cgit v1.2.3 From a80f9af7d3d18a657111061dcc1104d7a8aec64b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 25 Apr 2011 23:43:35 +0200 Subject: configparser is now part of gitdb. Test still remains until it was replaced by its gitdb counterpart through inheritance. All items which are part of gitdb but used by gitpython need their own verification within gitpython --- git/ext/gitdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/ext/gitdb') diff --git a/git/ext/gitdb b/git/ext/gitdb index dba71a0c..a6778e0d 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit dba71a0c727aba19319d3e868d0ca4b8009bcef4 +Subproject commit a6778e0dde176b87ebad124837b508a5d7bb1251 -- cgit v1.2.3 From 3fe1a7f87d511758adf2e56803cb3610b80c5f08 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 29 Apr 2011 17:04:37 +0200 Subject: Moved rev_parse code into gitdb, this probably broke pretty much here, which is still to be fixed of course --- git/ext/gitdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/ext/gitdb') diff --git a/git/ext/gitdb b/git/ext/gitdb index a6778e0d..e2499410 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit a6778e0dde176b87ebad124837b508a5d7bb1251 +Subproject commit e24994109f01bd315fd6a2aaecbbfcdd05bd0586 -- cgit v1.2.3 From 9fc7b9a068189cc0d249d0870dfb0112ab5dec92 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 5 May 2011 15:25:11 +0200 Subject: Made most primal imports work, but stopped here as there are many more changes when doing the merge --- git/ext/gitdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/ext/gitdb') diff --git a/git/ext/gitdb b/git/ext/gitdb index e2499410..6463c10d 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit e24994109f01bd315fd6a2aaecbbfcdd05bd0586 +Subproject commit 6463c10db377573e695bc504a9451bdb6cbf61f5 -- cgit v1.2.3 From 56da804ff295a05a38dc2cc73755706ea756fc52 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 6 May 2011 14:58:14 +0200 Subject: removed gitdb submodule --- git/ext/gitdb | 1 - 1 file changed, 1 deletion(-) delete mode 160000 git/ext/gitdb (limited to 'git/ext/gitdb') diff --git a/git/ext/gitdb b/git/ext/gitdb deleted file mode 160000 index 6463c10d..00000000 --- a/git/ext/gitdb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6463c10db377573e695bc504a9451bdb6cbf61f5 -- cgit v1.2.3