summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-23 00:13:09 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-23 00:13:09 +0200
commitd1bd99c0a376dec63f0f050aeb0c40664260da16 (patch)
treef3de7739d34003a7356bd72769f212a47ebc8993 /TODO
parentb7a5c05875a760c0bf83af6617c68061bda6cfc5 (diff)
downloadgitpython-d1bd99c0a376dec63f0f050aeb0c40664260da16.tar.gz
SymbolicReferences can now change they references safely as I think and well controlled, including test.
Added commit method which will return the commit for detached symbolic refs or for normal symbolic refs which is quite convenient
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index c202fcb8..5ec71dc3 100644
--- a/TODO
+++ b/TODO
@@ -64,8 +64,6 @@ Refs
a symbolic reference anymore. Currently, we cannot handle this that well
as we do not check for this case. This should be added though as it is
valid to have a detached head in some cases.
-* Allow to set SymbolicReferences to a specific Head Reference. This is like
- a git-reset --soft
Remote
------