TODO updates
Junio C Hamano committed
Jul 7, 2007 at 00:30 UTC
8baedac94b537bf3b66f7c35f1f3b29b76f4d0c5
1 file changed
+46
-13
TODO
+46
-13
@@ -14,6 +14,47 @@ to pick an item from the list and work on it.
14
Recent issues
15
-------------
16
17
+* gitweb patches (bunch of them)
18
+
19
+From: Matt McCutchen <hashproduct@gmail.com>
20
+Subject: [PATCH] gitweb: snapshot cleanups & support for offering multiple formats
21
+Message-ID: <1183053733.6108.0.camel@mattlaptop2>
22
+
23
+Subject: [PATCH] gitweb: make search form generate pathinfo-style URLs
24
+Message-ID: <1183057027.6108.4.camel@mattlaptop2>
25
+
26
+Subject: [PATCH] gitweb: make "No commits" in project list gray, not bold green
27
+Message-ID: <1183068922.6108.8.camel@mattlaptop2>
28
+
29
+From: Miklos Vajna <vmiklos@frugalware.org>
30
+Subject: [PATCH] gitweb: prefer git_get_project_owner() over get_file_owner()
31
+Message-ID: <20070703221122.GI32766@genesis.frugalware.org>
32
+
33
+From: Michael Hendricks <michael@ndrix.org>
34
+Subject: [PATCH] gitweb: configurable width for the projects list Description column
35
+Message-ID: <11835958082458-git-send-email-michael@ndrix.org>
36
+
37
+
38
+* switching branches when b changes between symlink and directory in a/b/c
39
+
40
+From: Pierre Habouzit <madcoder@debian.org>
41
+Subject: [BUG (or misfeature?)] git checkout and symlinks
42
+Message-ID: <20070704203541.GA13286@artemis.corp>
43
+
44
+
45
+* cherry-pick unexpected conflicts
46
+
47
+From: Gerrit Pape <pape@smarden.org>
48
+Subject: Re: unexpected git-cherry-pick conflict
49
+Date: Wed, 13 Jun 2007 13:43:35 +0000
50
+Message-ID: <20070613134336.13661.qmail@c61f4fed932273.315fe32.mid.smarden.org>
51
+
52
+* git-apply -R --whitespace=warn
53
+
54
+From: Daniel Barkalow <barkalow@iabervon.org>
55
+Message-ID: <Pine.LNX.4.64.0707062155170.6977@iabervon.org>
56
+Subject: Minor bug in git-apply's patch-cleaning
57
+
58
* gitk --left-right
59
60
From: Linus Torvalds <torvalds@linux-foundation.org>
@@ -39,8 +80,6 @@ Repeated requests against git-daemon makes it stuck under --syslog
80
81
[jc: does not reproduce easily for me; has anybody seen it?]
82
42
-* Delegate gitweb part to somebody else.
43
-
83
* Use gitattributes for more things.
84
85
- 'precious' files that are not tracked but not
@@ -51,17 +90,11 @@ Repeated requests against git-daemon makes it stuck under --syslog
90
another branch that has a file where the current branch has a
91
directory could lose such 'precious' files.
92
54
- - Customized "diff -p" markers per path (Johannes, on #git
55
- 2007-04-30).
56
-
57
- I think it makes sense to give an extra parameter to xdiff
58
- machinery to affect how "diff -p" markers are constructed (as
59
- opposed to teach xdiff machinery to read gitattributes -- the
60
- code does not have path information at that level). The
61
- simplest interface would be to pass a regexp and have the
62
- existing code always look for that regexp backwards. A more
63
- complex one would involve a callback function, but I do not
64
- know if that kind of complexity is worth it.
93
+ - Customized "diff -p" markers per path.
94
+
95
+ From: Linus Torvalds <torvalds@linux-foundation.org>
96
+ Subject: Re: [PATCH] Per-path attribute based hunk header selection.
97
+ Message-ID: <alpine.LFD.0.98.0707061051020.9434@woody.linux-foundation.org>
98
99
- Others???
100