summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-20 00:04:10 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-20 00:04:10 +0200
commite64957d8e52d7542310535bad1e77a9bbd7b4857 (patch)
tree2bb93792907aa5119b2c9c8d665388f744c3e663 /CHANGES
parent989671780551b7587d57e1d7cb5eb1002ade75b4 (diff)
downloadgitpython-e64957d8e52d7542310535bad1e77a9bbd7b4857.tar.gz
Improved is_dirty including test
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 96f476b3..c66930d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -87,6 +87,8 @@ Repo
of the active branch.
* tree method now requires a Ref instance as input and defaults to the active_branche
instead of master
+* is_dirty now takes additional arguments allowing fine-grained control about what is
+ considered dirty
* Removed the following methods:
- 'log' method as it as effectively the same as the 'commits' method
- 'commits_since' as it is just a flag given to rev-list in Commit.iter_items