From c05ef0e7543c2845fd431420509476537fefe2b0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 3 Dec 2009 16:31:07 +0100 Subject: repo: renamed directories to more descriptive identifiers and made them safer to use in case of bare repositories --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') 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 ------ -- cgit v1.2.3