lkml.org 
[lkml]   [2008]   [Feb]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [GIT PATCH] split up feature-removal-schedule.txt
FromJoe Perches <>
DateWed, 13 Feb 2008 09:33:15 -0800
On Wed, 2008-02-13 at 08:59 -0800, Greg KH wrote:
> > I suggest the same for MAINTAINERS
> Why, is it a merge problem for you?

$ git-log --pretty=oneline --name-only | \
  grep -vP "[a-fA-F0-9]{40,40}\s" | sort | uniq -c | sort -rbn
    541 MAINTAINERS
    506 kernel/sched.c
    374 drivers/scsi/libata-core.c
    343 include/linux/sched.h
    340 include/linux/libata.h
    327 drivers/net/tg3.c
    327 drivers/net/sky2.c
    309 mm/page_alloc.c
    304 drivers/ata/libata-core.c
    296 Makefile
MAINTAINERS is the most frequently patched file
It's not kept in alphabetic order
It's not easy to find the appropriate maintainer for a specific file
I'd like to add file patterns to MAINTAINERS entries

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-02-13 18:37    [from the cache]
©2003-2008