Updates 2005-09-08 evening.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-09-08 19:09:13 -07:00
parent a5043158ea
commit 2d2abeeca3

18
TODO
View File

@@ -98,7 +98,8 @@ Technical (heavier)
* To make it easier to experiment with different merge
strategies, make git-merge driver that will run merge backends
for the best merge [Outlined the idea; just do it].
for the best merge [Illustration of concept patch sent out,
untested yet].
* We might want to optimize cloning with GIT native transport
not to explode the pack, and store it in objects/pack instead.
@@ -116,6 +117,9 @@ Technical (milder)
------------------
* Tool renames. Give fixup patch for at least Cogito and StGIT.
[As of this writing 2005-09-08 evening US/Pacific, the
"master" has what should go in 0.99.7 except gitenv() removal].
* Have Daniel's read-tree graduate from "pu" after plugging leaks.
@@ -141,6 +145,9 @@ Technical (milder)
* Perhaps accept patches to do undo/redo.
* Perhaps accept patch to optionally allow '--fuzz' in
'git-apply'.
* Maybe grok PGP signed text/plain in applymbox as well.
* Perhaps a tool to revert a single file to pre-modification
@@ -152,7 +159,14 @@ Technical (milder)
* A tool to detect, show and prune already merged topic
branches.
* "Lost and Found".
* "Lost and Found"; find the minimum number of dangling commits
from the fsck-objects output to make everybody not dangling,
and link them under $GIT_DIR/refs/lost-found/. Then
show-branch or gitk can be used to find any lost commit.
Do not name it /lost+found/; that would probably confuse
things that incorrectly assumes that is a mount point (not our
code but somebody else's).
* Enhance "git repack" to not always use --all; this would be
handy if the repository contains wagging heads like "pu" in