From patchwork Wed Apr 25 15:45:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikram Narayanan X-Patchwork-Id: 155006 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id BEA6AB6EE7 for ; Thu, 26 Apr 2012 01:45:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EB55D28296; Wed, 25 Apr 2012 17:45:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yqx3fP08Jwvb; Wed, 25 Apr 2012 17:45:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D2E5C28298; Wed, 25 Apr 2012 17:45:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 12191280A6 for ; Wed, 25 Apr 2012 17:45:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2sG2pc5zEpHm for ; Wed, 25 Apr 2012 17:45:21 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id C7CB1281B4 for ; Wed, 25 Apr 2012 17:45:15 +0200 (CEST) Received: by pbbrp16 with SMTP id rp16so1373709pbb.3 for ; Wed, 25 Apr 2012 08:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=DG/PeuhZC/JHuToVyY/6KltqYl3IaXHudm7y0kxooJw=; b=jr4UBqh5xXGnhGus+ksQxs/iSEY4grylVcR5KKHHEiBRVmkE3zxTUTEe9LP/6ApIcV Lf4kF/qPW8GAZWzgeccbFqAnZsIUdLnxHUrxgSGttzIw8x/o26r6VHHJS6VBlWD4omS4 D14gUpRjCouE2FVuk12QIYDl9/qxikTymfbyzt00lxy+NWB9jB2HZKoWmOc0uQvPI2Yc 4+r8TwqcuN7UwDTTHMRX9TFCAUwPLuHdXaKhj/UbP6FjeHa0b99Z/nXWFA5Hzrd8I3Ls lRx+fnwyxb2kzg6+vC04rXvmvxEId6kgr2hSitd/wQTi96Dz2wfbwpyrb1bcwUedKnvb bmAg== Received: by 10.68.239.99 with SMTP id vr3mr3766705pbc.10.1335368713649; Wed, 25 Apr 2012 08:45:13 -0700 (PDT) Received: from [101.63.135.107] ([101.63.135.107]) by mx.google.com with ESMTPS id h10sm416109pbh.69.2012.04.25.08.45.09 (version=SSLv3 cipher=OTHER); Wed, 25 Apr 2012 08:45:12 -0700 (PDT) Message-ID: <4F981C01.7030804@gmail.com> Date: Wed, 25 Apr 2012 21:15:05 +0530 From: Vikram Narayanan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/4] patman: Fix a typo error X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Vikram Narayanan Cc: Simon Glass Acked-by: Simon Glass --- tools/patman/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/patman/README b/tools/patman/README index 587c97f..d9820ab 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -197,7 +197,7 @@ patch series and see how the patches turn out. Where Patches Are Sent ====================== -Once the patches are created, patman sends them using gti send-email. The +Once the patches are created, patman sends them using git send-email. The whole series is sent to the recipients in Series-to: and Series-cc. You can Cc individual patches to other people with the Cc: tag. Tags in the subject are also picked up to Cc patches. For example, a commit like this: