summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-23 16:07:45 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-23 16:07:45 +0200
commit9b9776e88f7abb59cebac8733c04cccf6eee1c60 (patch)
treef7bc7af48ddb55eafde1d1c91d8014ec595208fa /TODO
parent1047b41e2e925617474e2e7c9927314f71ce7365 (diff)
downloadgitpython-9b9776e88f7abb59cebac8733c04cccf6eee1c60.tar.gz
Refs can now set the reference they are pointing to in a controlled fashion by writing their ref file directly
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 1 insertions, 9 deletions
diff --git a/TODO b/TODO
index 6d548a15..c2cc804b 100644
--- a/TODO
+++ b/TODO
@@ -67,15 +67,7 @@ Refs
-----
* When adjusting the reference of a symbolic reference, the ref log might need
adjustments as well. This is not critical, but would make things totally 'right'
-* Reference Objects should be able to set the commit they are pointing to, making
- the commit property read-write. Tags are a special case of this and would need
- to be handled as well !
-* Ability to create new heads and tags in the Repository ( but using the respective
- Reference Type ), i.e. Head.create(repo, name, commit = 'HEAD') or
- TagReference.create(repo, name
-* Ability to rename references and tagsre
-* Ability to remove references and tags
-* Ability to checkout a reference -
+ - same with adjusting references directly
* Check whether we are the active reference HEAD.commit == self.commit
Remote