summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-22 23:31:26 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-22 23:31:26 +0200
commitb7a5c05875a760c0bf83af6617c68061bda6cfc5 (patch)
treecf2090d419ff714b4e1293523cf1568bc2331855 /TODO
parent58e2157ad3aa9d75ef4abb90eb2d1f01fba0ba2b (diff)
downloadgitpython-b7a5c05875a760c0bf83af6617c68061bda6cfc5.tar.gz
Adjusted tests to deal with API changes
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5ec71dc3..c202fcb8 100644
--- a/TODO
+++ b/TODO
@@ -64,6 +64,8 @@ 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
------