TODO updates

Junio C Hamano committed May 9, 2007 at 01:38 UTC 4dd7ed74751580c88fc16112a4484b87723f07c3
1 file changed +36
TODO
+36
@@ -14,6 +14,35 @@ 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 +
21 +* parse-remote.sh has POSIXLY incorrect shell construct.
22 +
23 +Message-ID: <20070505080313.GA12170@gondor.apana.org.au>
24 +
25 +* Look into HPA's D-F conflict during rebase.
26 +
27 +Message-ID: <463FCD7C.4020009@zytor.com>
28 +
29 +* Use 'git diff' not 'git diff-tree' in merge and rebase
30 +
31 +From: James Bowes <jbowes@dangerouslyinc.com>
32 +Message-ID: <1178398134288-git-send-email-jbowes@dangerouslyinc.com>
33 +
34 +* gitk --left-right
35 +
36 +From: Linus Torvalds <torvalds@linux-foundation.org>
37 +Message-ID: <alpine.LFD.0.98.0705051524300.17381@woody.linux-foundation.org>
38 +From: Junio C Hamano <junkio@cox.net>
39 +Message-ID: <7vabwifl23.fsf@assigned-by-dhcp.cox.net>
40 +
41 +* Git Hacker's Manual
42 +
43 +From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
44 +Message-ID: <Pine.LNX.4.64.0705081709230.4167@racer.site>
45 +
46 * Handling pushing into non-bare repository more gracefully.
47
48 When git-push is done to a non-bare repository and updates the
@@ -23,6 +52,13 @@ anything special.
52 From: Linus Torvalds <torvalds@linux-foundation.org>
53 Message-ID: <Pine.LNX.4.64.0704160931550.5473@woody.linux-foundation.org>
54
55 +* More verbose connect to help diag & prevent boredom
56 +
57 +From: "Michael S. Tsirkin" <mst@dev.mellanox.co.il>
58 +Message-ID: <20070506195230.GA30339@mellanox.co.il>
59 +
60 +[jc: I think this should be done only under explicit user request to
61 +go verbose.]
62
63 * Use blame machinery to track a single file (not path) in a finer
64 grained way.