aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-04-05 14:15:32 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-04-05 14:15:32 +0200
commit8af941618a851d190668602be3b6bede1544f1dc (patch)
tree0f7e314d4aed4efc507511e0d981be3e2326c2e6 /doc
parenta98e0af511b728030c12bf8633b077866bb74e47 (diff)
downloadGitPython-8af941618a851d190668602be3b6bede1544f1dc.tar.gz
GitPython-8af941618a851d190668602be3b6bede1544f1dc.zip
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 2433d00e..58700907 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -4,6 +4,8 @@ Changelog
NEXT
====
+* ### Interface Changes ###
+ * None yet
* Blob Type
* Added mode constants to ease the manual creation of blobs