TODO updates
Junio C Hamano committed
May 7, 2007 at 22:28 UTC
d66570792799b3d611d05f41a86fcef34ef8e02b
1 file changed
+14
-11
TODO
+14
-11
@@ -85,17 +85,6 @@ the box.
85
86
[jc: limbo?]
87
88
-* Gitweb diff on merge commits
89
-
90
-From: Linus Torvalds <torvalds@osdl.org>
91
-Subject: Re: git show and gitweb gives different result for kernel
92
-Message-ID: <Pine.LNX.4.64.0610061202060.3952@g5.osdl.org>
93
-
94
-Maybe allow gitweb to show diff with any parent and diff --cc,
95
-not just diff with the first parent for a merge.
96
-
97
-[jc: Jakub is interested in it]
98
-
88
* Delegate gitweb part to somebody else.
89
90
* Use gitattributes for more things.
@@ -123,6 +112,15 @@ not just diff with the first parent for a merge.
112
- Others???
113
114
115
+Technical (heavier)
116
+-------------------
117
+
118
+* Subproject Porcelain.
119
+
120
+ - recursive checkout
121
+ - recursive diff
122
+
123
+
124
Technical (milder)
125
------------------
126
@@ -141,6 +139,11 @@ Technical (milder)
139
Technical (trivial)
140
-------------------
141
142
+* Update the lockfile protocol so that closing and renaming are
143
+ done inside lockfile commit time. Some filesystems do not
144
+ like an open file renamed and then closed. Come up with a
145
+ patch and pass Alex for an Ack.
146
+
147
* Mbx (not mbox) support for git-mailsplit.
148
149
* git-clone fail .git/refs/foo (Yann Dirson <ydirson@altern.org>)