summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-14 14:33:51 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-14 14:33:51 +0200
commitead94f267065bb55303f79a0a6df477810b3c68d (patch)
treee93151510cf320a1986c6405409f83d03493fe55 /CHANGES
parentac1cec7066eaa12a8d1a61562bfc6ee77ff5f54d (diff)
downloadgitpython-ead94f267065bb55303f79a0a6df477810b3c68d.tar.gz
cmd: added option to return the process directly, allowing to read the output directly from the output stream
commit: now reads commit information directly from the output stream of the process by implementing its iterator method repo: removed log method as it was redundant ( equal to the commits method )
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e0bed49..001213d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,7 @@ Repo
of the active branch.
* tree method now requires a Ref instance as input and defaults to the active_branche
instead of master
+* Removed 'log' method as it as effectively the same as the 'commits' method
Diff
----