Jeff Garzik wrote: > On 09/24/2010 07:32 AM, Jim Meyering wrote: >> You can pull from the "oom" branch here: >> git://git.infradead.org/users/meyering/tabled.git > > Got nearly everything perfect. Need one more minor yet important > change. As described in doc/contributions.txt, every changeset MUST > have a Signed-off-by line at the end of a changeset's description. > > I was able to pull and build just fine, so your git repo setup and > push appears correct. > > Also, in your pull request, please put the branch immediately > following the repo URL on the same line, for easier cut-n-paste. > Here's how Linus requests his pull-requests to look: Ok. I've added those pesky S.O.B lines with this: git filter-branch --msg-filter \ 'cat && printf "\nSigned-off-by: Jim Meyering <meyering@xxxxxxxxxx>\n"' \ HEAD~4..HEAD and pushed the result. Please pull from the 'oom' branch of git://git.infradead.org/users/meyering/tabled.git I presume there's no need to re-post the diffstat or diffs. -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html