summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-16 13:05:01 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-16 13:05:01 +0200
commit919164df96d9f956c8be712f33a9a037b097745b (patch)
tree92258654fb1e137d8b5234174ef10d9dd7c83cdc /CHANGES
parentf2df1f56cccab13d5c92abbc6b18be725e7b4833 (diff)
downloadgitpython-919164df96d9f956c8be712f33a9a037b097745b.tar.gz
repo.untracked_files added including test
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index babf2733..96a1ef56 100644
--- a/CHANGES
+++ b/CHANGES
@@ -68,6 +68,7 @@ Repo
- archive_tar_gz and archive_tar and replaced by archive method with different signature
* 'commits' method has no max-count of returned commits anymore, it now behaves
like git-rev-list
+* 'untracked_files' property added, returning all currently untracked files
Diff
----