TODO updates

Junio C Hamano committed May 16, 2007 at 17:00 UTC e00847dc1e45339b94b354d5668e4c0c8f73cda4
1 file changed +31 -65
TODO
+31 -65
@@ -18,15 +18,6 @@ Recent issues
18
19 Message-ID: <20070505080313.GA12170@gondor.apana.org.au>
20
21 -* Look into HPA's D-F conflict during rebase.
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 -
21 * Use 'git diff' not 'git diff-tree' in merge and rebase
22
23 From: James Bowes <jbowes@dangerouslyinc.com>
@@ -39,12 +30,7 @@ Message-ID: <alpine.LFD.0.98.0705051524300.17381@woody.linux-foundation.org>
30 From: Junio C Hamano <junkio@cox.net>
31 Message-ID: <7vabwifl23.fsf@assigned-by-dhcp.cox.net>
32
42 -* Git Hacker's Manual
43 -
44 -From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
45 -Message-ID: <Pine.LNX.4.64.0705081709230.4167@racer.site>
46 -
47 -* Handling pushing into non-bare repository more gracefully.
33 +* Pushing into a non-bare repository more gracefully.
34
35 When git-push is done to a non-bare repository and updates the
36 branch that is currently checked out, we currently do not do
@@ -53,45 +39,6 @@ anything special.
39 From: Linus Torvalds <torvalds@linux-foundation.org>
40 Message-ID: <Pine.LNX.4.64.0704160931550.5473@woody.linux-foundation.org>
41
56 -* More verbose connect to help diag & prevent boredom
57 -
58 -From: "Michael S. Tsirkin" <mst@dev.mellanox.co.il>
59 -Message-ID: <20070506195230.GA30339@mellanox.co.il>
60 -
61 -[jc: I think this should be done only under explicit user request to
62 -go verbose.]
63 -
64 -* Use blame machinery to track a single file (not path) in a finer
65 - grained way.
66 -
67 -From: Linus Torvalds <torvalds@linux-foundation.org>
68 -Message-ID: <alpine.LFD.0.98.0704201554550.9964@woody.linux-foundation.org>
69 -
70 -[jc: I have a fixed-up one parked in 'pu' and also outlined what
71 -other things I think are needed in my response:
72 -
73 - Message-ID: <7vwt06wqv8.fsf@assigned-by-dhcp.cox.net>
74 -]
75 -
76 -* Use git.git as the first public guinea pig of subproject
77 -
78 -From: Junio C Hamano <junkio@cox.net>
79 -Message-ID: <7vmz13z4au.fsf@assigned-by-dhcp.cox.net>
80 -
81 -Use git.git as the first public guinea pig of subproject stuff,
82 -by dropping git-gui/ directory first and then binding git-gui.git
83 -as a subproject there. This needs to wait at least until v1.5.2
84 -ships and gets installed at kernel.org and repo.or.cz
85 -
86 -* TODO list management
87 -
88 -From: Daniel Barkalow <barkalow@iabervon.org>
89 -Message-ID: <Pine.LNX.4.64.0704241312210.28708@iabervon.org>
90 -
91 -Maybe abandon this and have something similar on the main
92 -branch, starting full at the beginning of the cycle and ending
93 -empty (or full of "not in next release" entries) at the release?
94 -
42 * git-daemon bug?
43
44 From: Franck Bui-Huu <vagabon.xyz@gmail.com>
@@ -102,16 +49,6 @@ Repeated requests against git-daemon makes it stuck under --syslog
49 [jc: does not reproduce easily for me; has anybody seen it?]
50
51
105 -* git-mirror (reverse of git-push --all).
106 -
107 -From: Shawn Pearce <spearce@spearce.org>
108 -Message-ID: <20060926215745.GC8177@spearce.org>
109 -
110 -Pasky sent an updated version to the list recently, but the
111 -general sentiment on the list seems that existing git-fetch
112 -has enough features to perform most of what 'mirror' does.
113 -
114 -
52 * AsciiDoc 8 would break our documentation.
53
54 From: Stefan Richter <stefanr@s5r6.in-berlin.de>
@@ -157,11 +94,36 @@ Technical (heavier)
94 - recursive checkout
95 - recursive diff
96
97 + From: Junio C Hamano <junkio@cox.net>
98 + Message-ID: <11793556371774-git-send-email-junkio@cox.net>
99 +
100 +* make merge-recursive and read-tree -u more robust when D/F
101 + conflict is involved.
102 +
103 + From: Junio C Hamano <junkio@cox.net>
104 + Message-ID: <11793556371774-git-send-email-junkio@cox.net>
105 +
106 +* Use blame machinery to track a single file (not path) in a finer
107 + grained way.
108 +
109 +From: Linus Torvalds <torvalds@linux-foundation.org>
110 +Message-ID: <alpine.LFD.0.98.0704201554550.9964@woody.linux-foundation.org>
111 +
112 +[jc: I have a fixed-up one parked in 'pu' and also outlined what
113 +other things I think are needed in my response:
114 +
115 + Message-ID: <7vwt06wqv8.fsf@assigned-by-dhcp.cox.net>
116 +]
117
118 Technical (milder)
119 ------------------
120
164 -* upload-pack support for start fetching from any valid point on
121 +* add 'tree' entries to the index.
122 +
123 + From: Junio C Hamano <junkio@cox.net>
124 + Message-ID: <11793556371774-git-send-email-junkio@cox.net>
125 +
126 +* upload-pack support to start fetching from any valid point on
127 the history, not just published refs. (Erik W. Biederman
128 <m164jc9ekx.fsf@ebiederm.dsl.xmission.com>)
129
@@ -172,6 +134,10 @@ Technical (milder)
134 * "git fetch" should be able to use foreign SCM import backends
135 such as svnimport and cvsimport.
136
137 +* "git clone" should be a thin wrapper around init/remote/fetch/checkout
138 +
139 + From: Junio C Hamano <junkio@cox.net>
140 + Message-ID: <11793556371774-git-send-email-junkio@cox.net>
141
142 Technical (trivial)
143 -------------------