Updated TODO.
This commit is contained in:
parent
8912ac22fc
commit
c1cce797d0
1 changed files with 10 additions and 0 deletions
10
magit.el
10
magit.el
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue