summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-19 22:08:23 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-19 22:08:23 +0200
commit11b1f6edc164e2084e3ff034d3b65306c461a0be (patch)
treedd55246ddf747699fab7d105f6824e51a666e1b0 /CHANGES
parent985093bae160419782b3d3cb9151e2e58625fd52 (diff)
downloadgitpython-11b1f6edc164e2084e3ff034d3b65306c461a0be.tar.gz
repo.remote method added
CHANGES updated to carry information about remotes and config
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index da396fe0..666fa3bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -107,6 +107,19 @@ Refs
* Will dynmically retrieve their object at the time of query to assure the information
is actual. Recently objects would be cached, hence ref object not be safely kept
persistent.
+
+Remote
+------
+* Added Remote object allowing easy access to remotes
+* Repo.remotes lists all remotes
+* Repo.remote returns a remote of the specified name if it exists
+
+Config
+------
+* The git configuration can now be read and manipulated directly from within python
+ using the GitConfigParser
+* Repo.config_reader returns a read-only parser
+* Repo.config_writer returns a read-write parser
0.1.6
=====