TODO updates.

Junio C Hamano committed May 13, 2007 at 13:05 UTC a013dbae514b531f68cfb65c10edcf09e099b14c
1 file changed +10 -4
TODO
+10 -4
@@ -14,10 +14,6 @@ to pick an item from the list and work on it.
14 Recent issues
15 -------------
16
17 -* Look at Daniel's parse-remote in C
18 -
19 -Message-ID: <Pine.LNX.4.64.0705050108280.28708@iabervon.org>
20 -
17 * parse-remote.sh has POSIXLY incorrect shell construct.
18
19 Message-ID: <20070505080313.GA12170@gondor.apana.org.au>
@@ -26,6 +22,11 @@ Message-ID: <20070505080313.GA12170@gondor.apana.org.au>
22
23 Message-ID: <463FCD7C.4020009@zytor.com>
24
25 +This was resolved for git-apply codepath, but I suspect that
26 +there are breakages in merge-recursive this exposes.
27 +
28 +Message-ID: <7vps569904.fsf@assigned-by-dhcp.cox.net>
29 +
30 * Use 'git diff' not 'git diff-tree' in merge and rebase
31
32 From: James Bowes <jbowes@dangerouslyinc.com>
@@ -175,6 +176,11 @@ Technical (milder)
176 Technical (trivial)
177 -------------------
178
179 +* Give --stdin to git-log, similar to git-rev-list
180 +
181 +From: "Marco Costalba" <mcostalba@gmail.com>
182 +Message-ID: <e5bfff550705110413q28aef3d8k3aeb0d342eeb2016@mail.gmail.com>
183 +
184 * Update the lockfile protocol so that closing and renaming are
185 done inside lockfile commit time. Some filesystems do not
186 like an open file renamed and then closed. Come up with a