TODO updates.

This commit is contained in:
Junio C Hamano 2007-05-13 13:05:50 -07:00
parent 2fc378a315
commit a013dbae51

14
TODO
View File

@ -14,10 +14,6 @@ to pick an item from the list and work on it.
Recent issues
-------------
* Look at Daniel's parse-remote in C
Message-ID: <Pine.LNX.4.64.0705050108280.28708@iabervon.org>
* parse-remote.sh has POSIXLY incorrect shell construct.
Message-ID: <20070505080313.GA12170@gondor.apana.org.au>
@ -26,6 +22,11 @@ Message-ID: <20070505080313.GA12170@gondor.apana.org.au>
Message-ID: <463FCD7C.4020009@zytor.com>
This was resolved for git-apply codepath, but I suspect that
there are breakages in merge-recursive this exposes.
Message-ID: <7vps569904.fsf@assigned-by-dhcp.cox.net>
* Use 'git diff' not 'git diff-tree' in merge and rebase
From: James Bowes <jbowes@dangerouslyinc.com>
@ -175,6 +176,11 @@ Technical (milder)
Technical (trivial)
-------------------
* Give --stdin to git-log, similar to git-rev-list
From: "Marco Costalba" <mcostalba@gmail.com>
Message-ID: <e5bfff550705110413q28aef3d8k3aeb0d342eeb2016@mail.gmail.com>
* Update the lockfile protocol so that closing and renaming are
done inside lockfile commit time. Some filesystems do not
like an open file renamed and then closed. Come up with a