From c1cce797d06d5ded45f443c07ebdc058f1dc1014 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 30 Aug 2008 22:44:06 +0300 Subject: [PATCH] Updated TODO. --- magit.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/magit.el b/magit.el index cf28a7fa..12cb0e7c 100644 --- a/magit.el +++ b/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