* 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.
------------------
* 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.
* 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
* 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