summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-12-03 16:31:07 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-12-03 16:31:07 +0100
commitc05ef0e7543c2845fd431420509476537fefe2b0 (patch)
tree75393ae080690acd035108d698d3c5a467076ebb /CHANGES
parent1eae9d1532e037a4eb08aaee79ff3233d2737f31 (diff)
downloadgitpython-c05ef0e7543c2845fd431420509476537fefe2b0.tar.gz
repo: renamed directories to more descriptive identifiers and made them safer to use in case of bare repositories
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ee1a0e7..5d677b06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -57,6 +57,7 @@ GitCommand
* git.subcommand call scheme now prunes out None from the argument list, allowing
to be called more confortably as None can never be a valid to the git command
if converted to a string.
+* Renamed 'git_dir' attribute to 'working_dir' which is exactly how it is used
Commit
------
@@ -135,6 +136,11 @@ Repo
- 'config_reader' method
- 'config_writer' method
- 'bare' property, previously it was a simple attribute that could be written
+* Renamed the following attributes
+ - 'path' is now 'git_dir'
+ - 'wd' is now 'working_dir'
+* Added attribute
+ - 'working_tree_dir' which may be None in case of bare repositories
Remote
------