From patchwork Fri Apr 27 16:39:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikram Narayanan X-Patchwork-Id: 155543 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 6872BB6F6E for ; Sat, 28 Apr 2012 02:39:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 94CCE283B7; Fri, 27 Apr 2012 18:39: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 GZwqREMJp4wm; Fri, 27 Apr 2012 18:39:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3383728398; Fri, 27 Apr 2012 18:39:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7B3BB2839E for ; Fri, 27 Apr 2012 18:39:27 +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 hYuq0IVWNDC2 for ; Fri, 27 Apr 2012 18:39:27 +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-pz0-f49.google.com (mail-pz0-f49.google.com [209.85.210.49]) by theia.denx.de (Postfix) with ESMTPS id 89D1A28384 for ; Fri, 27 Apr 2012 18:39:21 +0200 (CEST) Received: by mail-pz0-f49.google.com with SMTP id q36so1085125dad.22 for ; Fri, 27 Apr 2012 09:39:21 -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=i3PSBD55Ys52eq7f1TEnQ1xAy1r42+B345CWaVu3eU4=; b=Q0cd4TALUVofSJlDlXv9rbTa7xsFkbbkycZJYifkyu0U3JCtKl2K1hmHQ2eYVCd218 3YG7J8s1cFqpCy68pG9VP/ZAnEoBZzdwdi428pfgugFOsW2kZlIWH2DLrS0EUN0WF1am UVtOzErgZK49xYcYxGdC5ykrWAI6Y/0p0+gIobtVDe4uAZeKu781shPMYcPtW67iYxYE vYhIpSnwxSUwNTuH/eIVdpIsLQaP2Uysr4TXX3vQ052aUrnSNvKnJbFPidnkS4vyEBBx fbwikSZnyZoa5vKZ+SP0jMCjkGKnvp2LmqFx4Hb/sJk1ggg1hLLuQpveDzY3f+tJcaz1 3aeQ== Received: by 10.68.72.138 with SMTP id d10mr24792265pbv.15.1335544761589; Fri, 27 Apr 2012 09:39:21 -0700 (PDT) Received: from [101.63.221.145] ([101.63.221.145]) by mx.google.com with ESMTPS id vm4sm6916724pbc.47.2012.04.27.09.39.16 (version=SSLv3 cipher=OTHER); Fri, 27 Apr 2012 09:39:20 -0700 (PDT) Message-ID: <4F9ACBAF.60809@gmail.com> Date: Fri, 27 Apr 2012 22:09:11 +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 v2 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 Replace gti with git in README file Signed-off-by: Vikram Narayanan Cc: 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: