From 2bfbc39b51803acf128421e1d56599ab2915a6a8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 27 Mar 2008 21:06:46 -0700 Subject: [PATCH] TODO update as of 1.5.4.5/1.5.5-rc2 --- TODO | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 56 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 60d47d6eec..4fa020a5d9 100644 --- a/TODO +++ b/TODO @@ -8,14 +8,41 @@ The latest copy of this document is found at ---------------------------------------------------------------- -Issues that are unconcluded and/or lack enough discussions to proceed. +Issues that are unconcluded, lack enough discussions to proceed, and/or +placed on hold during rc freeze. -* zlib abstraction (Marco) - $gmane/72262 +* ff=only (Sverre Hvammen Johansen) + $gmane/78250 + +* more help backends (Christian Couder) + $gmane/78150 + +* cvsserver updates (Damien Diederen with help by Frank Lichtenheld) + $gmane/78188 + +* rewriting annotated tags in filter-branch (Brandon Casey) + $gmane/78286 + +* fsck --lost-found (me) + $gmane/78267 -* revision.c::limit_list() breakage (Jeff King) - $gmane/72324 - t/t6009 +* core.inithook (Dscho) + $gmane/78123 + +* receive.localBranches = { refuse | allow } (Dscho) + $gmane/78065 + +* autosetting core.ignorecase (Dmitry Potapov) + $gmane/78176 + +* mailinfo extention to extract Message-ID and others (Anton Gladkov) + $gmane/78006 + +* add -p with mode change (Jeff King) + $gmane/78340 + +* rebase -p + $gmane/78074 * synopsys: use {} instead of () for grouping alternatives (Jari Aalto) $gmane/72243 @@ -23,9 +50,29 @@ Issues that are unconcluded and/or lack enough discussions to proceed. * "[alias] st = status" and "cd .git && git st" (Jeff King) $gmane/72327 +* fetch with "refs/*:refs/*" errors out erroneously (Daniel) + $gmane/77335 + +* D/F conflict to merge a tree with D into a tree with F + +* "git fetch" does not exit with non-zero status when it failed to update + some refs due to non-ffness (Daniel) + $gmane/77178 + +* "git fetch" shows error when dangling symref exists at the remote + but does not really error out (Samuel Tardieu) + $gmane/76658 + +* use "assume unchanged" bit to implement narrow checkout + $gmane/77046 + +* send-pack vs receive-pack history exchange + +* zlib abstraction (Marco) + $gmane/72262 + * git --index-file= (Linus) $gmane/77332 -* fetch with "refs/*:refs/*" errors out erroneously - $gmane/77335 - +* git lost-found vs git fsck --lost-found + $gmane/78267 -- 2.32.0.93.g670b81a890