RE: [Ksummit-2010-discuss] [PATCH] MAINTAINERS: add U: for URL of todo list, add RCU todo list

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Tuesday, August 31, 2010 - 4:46 pm

On Tue, 2010-08-31 at 16:25 -0700, Luck, Tony wrote:

There are already reasonable mechanisms for this.

It's perfectly fine to have multiple T: entries,
one for a current tree, another for a -next tree.

SECTION - name
M:	who <email.address>
T:	git <url>
T:	git <url-next>
F:	dir/file_pattern

Linus rarely seems to object to pulling Documentation updates.

Note the Documentation updates after any -rc2

$ for ((i=25 ; i<36 ; i++)) ; do	\
	cv=v2.6.$i-rc2..v2.6.$i ;	\
	echo -n "$cv: " ;		\
	git log --pretty=oneline --no-merges $cv -- Documentation | wc -l; \
done
v2.6.25-rc2..v2.6.25: 87
v2.6.26-rc2..v2.6.26: 48
v2.6.27-rc2..v2.6.27: 65
v2.6.28-rc2..v2.6.28: 67
v2.6.29-rc2..v2.6.29: 50
v2.6.30-rc2..v2.6.30: 44
v2.6.31-rc2..v2.6.31: 35
v2.6.32-rc2..v2.6.32: 74
v2.6.33-rc2..v2.6.33: 31
v2.6.34-rc2..v2.6.34: 32
v2.6.35-rc2..v2.6.35: 8


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] MAINTAINERS: add U: for URL of todo list, add RCU ..., Paul E. McKenney, (Thu Aug 26, 8:45 am)
[PATCH] MAINTAINERS: add W: todo lists, Joe Perches, (Thu Aug 26, 9:03 am)
Re: [PATCH] MAINTAINERS: add U: for URL of todo list, add ..., Paul E. McKenney, (Thu Aug 26, 9:14 am)
[rfc] MAINTAINERS: Remove broken URLs, Joe Perches, (Thu Aug 26, 1:47 pm)
Re: [rfc] MAINTAINERS: Remove broken URLs, Roland Dreier, (Thu Aug 26, 1:49 pm)
Re: [rfc] MAINTAINERS: Remove broken URLs, Justin P. Mattock, (Thu Aug 26, 3:28 pm)
Re: [rfc] MAINTAINERS: Remove broken URLs, Joe Perches, (Thu Aug 26, 3:37 pm)
Re: [rfc] MAINTAINERS: Remove broken URLs, rdunlap, (Thu Aug 26, 3:38 pm)
Re: [rfc] MAINTAINERS: Remove broken URLs, Justin P. Mattock, (Thu Aug 26, 3:45 pm)
Re: [rfc] MAINTAINERS: Remove broken URLs, John W. Linville, (Fri Aug 27, 6:46 am)
Re: [Ksummit-2010-discuss] [PATCH] MAINTAINERS: add U: for ..., Eric Van Hensbergen, (Mon Aug 30, 8:19 am)
Re: [Ksummit-2010-discuss] [PATCH] MAINTAINERS: add U: for ..., Rafael J. Wysocki, (Tue Aug 31, 4:19 pm)
RE: [Ksummit-2010-discuss] [PATCH] MAINTAINERS: add U: for ..., Joe Perches, (Tue Aug 31, 4:46 pm)