Updated TODO.

This commit is contained in:
Marius Vollmer 2008-08-30 22:44:06 +03:00
parent 8912ac22fc
commit c1cce797d0

View file

@ -34,6 +34,16 @@
;;; TODO
;; - Visiting hunks from staged hunks doesn't work since the line
;; number don't refer to the working tree. Fix that somehow.
;; - 'C' is very unreliable and often makes a mess.
;; - Don't try to stage an already staged hunk, etc. It's harmless
;; but fails too late now.
;; - Author and other extended information in the log-edit buffer.
;; - Commit amending.
;; - Make staging optional. When there are no staged changes, call
;; the "Unstaged changes" section just "Changes" and use "commit -a"
;; when committing.
;; - Update commit details when using n and p with commits.
;; - Tags
;; - Equivalent of interactive rebase