From 37b828306785afdbe6cc31c35379186313374728 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 1 Sep 2007 17:53:46 -0700 Subject: [PATCH] Minor TODO updates --- TODO | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 688b8f3def..9c6f60359c 100644 --- a/TODO +++ b/TODO @@ -93,7 +93,7 @@ other things I think are needed in my response: Technical (milder) ------------------ -* add 'tree' entries to the index. +* perhaps add 'tree' entries to the index. From: Junio C Hamano Message-ID: <11793556371774-git-send-email-junkio@cox.net> @@ -111,8 +111,6 @@ Technical (milder) * daemon --strict-symlink. -* Maybe grok PGP signed text/plain in applymbox as well. - * "git fetch" should be able to use foreign SCM import backends such as svnimport and cvsimport. @@ -121,13 +119,20 @@ Technical (milder) From: Junio C Hamano Message-ID: <11793556371774-git-send-email-junkio@cox.net> +* Maybe grok PGP signed text/plain in mailinfo as well. + + Technical (trivial) ------------------- * Give --stdin to git-log, similar to git-rev-list -From: "Marco Costalba" -Message-ID: + From: "Marco Costalba" + Message-ID: + +[jc: but why is it needed? shouldn't we be using rev-list plumbing, + and if not perhaps rev-list needs to learn something log knows + how to do?] * Update the lockfile protocol so that closing and renaming are done inside lockfile commit time. Some filesystems do not -- 2.11.4.GIT