From 7a320abc52307b4d4010166bd899ac75024ec9a7 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 18 Nov 2010 09:20:15 +0100 Subject: commit: when creating a new commit and advancing the head, it will now write the ORIG_HEAD reference as well --- lib/git/refs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/refs.py') diff --git a/lib/git/refs.py b/lib/git/refs.py index 39c5ff29..399c4b78 100644 --- a/lib/git/refs.py +++ b/lib/git/refs.py @@ -277,7 +277,7 @@ class SymbolicReference(object): @classmethod def to_full_path(cls, path): """ - :return: string with a full path name which can be used to initialize + :return: string with a full repository-relative path which can be used to initialize a Reference instance, for instance by using ``Reference.from_path``""" if isinstance(path, SymbolicReference): path = path.path -- cgit v1.2.1