From 2fbb7027ec88e2e4fe7754f22a27afe36813224b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 26 Nov 2010 11:35:36 +0100 Subject: Commit.create_from_tree used a now renamed keyword parameter - no test-case ever runs this code, which is still an issue --- git/refs/symbolic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git/refs/symbolic.py') diff --git a/git/refs/symbolic.py b/git/refs/symbolic.py index 9937cf0c..aec68750 100644 --- a/git/refs/symbolic.py +++ b/git/refs/symbolic.py @@ -478,7 +478,8 @@ class SymbolicReference(object): created at, i.e. "NEW_HEAD" or "symrefs/my_new_symref" :param reference: - The reference to which the new symbolic reference should point to + The reference to which the new symbolic reference should point to. + If it is a commit'ish, the symbolic ref will be detached. :param force: if True, force creation even if a symbolic reference with that name already exists. -- cgit v1.2.3