From f429ae652d19af4a9850bda2f5a2ee98f3a9a876 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Thu, 1 May 2008 00:58:07 +0200 Subject: [PATCH] updates to todo --- todo | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo b/todo index 4195dae..76475ff 100644 --- a/todo +++ b/todo @@ -28,7 +28,6 @@ Missing features; * grep for 'TODO' * cursor help (when typing '?') seems to be hardcoded to 'revert'. * test each command to honor its arguments and options. - * add -r should add recursively * Use pager for help :) * Use $PAGER for pager @@ -39,7 +38,6 @@ Bugs * calling 'changes' with an incorrect sha1 gives; command: git whatchanged -m --pretty=raw 70dcca2e1096117d205aa12b114ccf4afa09d3fa ERROR: Failed calling git -* vng add does not look at the .gitignore file * After a revert, and the file ends up with no changes, we should do an update-index on it. use git-read-tree --reset HEAD and git-update-index --refresh to implement 'check' -- 2.11.4.GIT