From 048ffa58468521c043de567f620003457b8b3dbe Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Jan 2015 18:36:33 +0100 Subject: Improved installation docs to mention `pip`, not `easy_install` Fixes #235 [ci skip] --- git/repo/base.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'git') diff --git a/git/repo/base.py b/git/repo/base.py index 9ddb1ce8..ef12473b 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -869,8 +869,9 @@ class Repo(object): return self def has_separate_working_tree(self): - """:return: True if our git_dir is not at the root of our working_tree_dir, but a .git file with a - platform agnositic symbolic link. Our git_dir will be whereever the .git file points to + """ + :return: True if our git_dir is not at the root of our working_tree_dir, but a .git file with a + platform agnositic symbolic link. Our git_dir will be whereever the .git file points to :note: bare repositories will always return False here """ if self.bare: -- cgit v1.2.1