On 09/16/2013 05:08:11 PM, Linus Torvalds wrote:
So it's been two weeks, and the merge window for 3.12 is now closed.
The git trees have been updated, the tar-balls and patches should be
out too, and here's my "short mergelog" for the merge window: it's
kind of like "git shortlog", except it names the person I merged from
(_not_ necessarily the author of the actual work, but the maintainer
who sent me the pull request) along with a very short description of
what the pull was for.
So this log is basically:
git log v3.11..v3.12-rc1 --merges --author="Linus Torvalds" \
| sed -n 's/ *Pull \(.*\) from \(.*\):/\2: \1/p' | sort
Only with a slightly more clever "sort"?
Rob--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/