summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-23 16:51:59 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-23 16:51:59 +0200
commit44a601a068f4f543f73fd9c49e264c931b1e1652 (patch)
tree1c150fa7579cfce5697e2ad78799e8f5f779fe1d /TODO
parent9b9776e88f7abb59cebac8733c04cccf6eee1c60 (diff)
downloadgitpython-44a601a068f4f543f73fd9c49e264c931b1e1652.tar.gz
Added notes about git-update-ref
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index c2cc804b..d44842f6 100644
--- a/TODO
+++ b/TODO
@@ -68,7 +68,12 @@ 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'
- same with adjusting references directly
-* Check whether we are the active reference HEAD.commit == self.commit
+ !! - Could simply rewrite it using git-update-ref which works nicely for symbolic
+ and for normal refs !!
+* Check whether we are the active reference HEAD.reference == this_ref
+ - NO: The reference dosnt need to know - in fact it does not know about the
+ main HEAD, so it may not use it. This is to be done in client code only.
+ Remove me
Remote
------