From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TgOmq-0001T9-BB for Openembedded-core@lists.openembedded.org; Thu, 06 Dec 2012 00:53:56 +0100 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 05 Dec 2012 15:38:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,224,1355126400"; d="scan'208";a="176702222" Received: from yocto-hm1.jf.intel.com ([10.23.232.32]) by AZSMGA002.ch.intel.com with ESMTP; 05 Dec 2012 15:38:25 -0800 From: nitin.a.kamble@intel.com To: Openembedded-core@lists.openembedded.org Date: Wed, 5 Dec 2012 15:37:40 -0800 Message-Id: X-Mailer: git-send-email 1.7.3.4 Subject: [PATCH 0/1] Misc: detect trailing space in the patches X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 23:53:56 -0000 From: Nitin A Kamble This commit is for detecting trailing white space in the create-pull-request script. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of owners matching sstate files (2012-12-05 15:34:07 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (1): create-pull-request: detect trailing white space scripts/create-pull-request | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) -- 1.7.3.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F1015E006C3 for ; Wed, 5 Dec 2012 15:38:47 -0800 (PST) Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 05 Dec 2012 15:38:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,224,1355126400"; d="scan'208";a="176702468" Received: from yocto-hm1.jf.intel.com ([10.23.232.32]) by AZSMGA002.ch.intel.com with ESMTP; 05 Dec 2012 15:38:47 -0800 From: nitin.a.kamble@intel.com To: yocto@yoctoproject.org Date: Wed, 5 Dec 2012 15:38:01 -0800 Message-Id: X-Mailer: git-send-email 1.7.3.4 Subject: [PATCH 0/1] Misc: detect trailing space in the patches X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 23:38:48 -0000 From: Nitin A Kamble This commit is for detecting trailing white space in the create-pull-request script. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of owners matching sstate files (2012-12-05 15:34:07 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (1): create-pull-request: detect trailing white space scripts/create-pull-request | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) -- 1.7.3.4