From mboxrd@z Thu Jan 1 00:00:00 1970 From: Osamu OKANO Subject: [PATCH 5/7] your file Date: Fri, 13 May 2011 22:14:16 +0900 Message-ID: <1305292458-3920-6-git-send-email-okano.osamu@gmail.com> References: <1305292458-3920-1-git-send-email-okano.osamu@gmail.com> Cc: Osamu OKANO To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri May 13 15:15:13 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QKsD2-0006sv-KJ for gcvg-git-2@lo.gmane.org; Fri, 13 May 2011 15:15:13 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932691Ab1EMNOr (ORCPT ); Fri, 13 May 2011 09:14:47 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:51354 "EHLO mail-px0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932213Ab1EMNOn (ORCPT ); Fri, 13 May 2011 09:14:43 -0400 Received: by pxi16 with SMTP id 16so1666762pxi.4 for ; Fri, 13 May 2011 06:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=gwBU+5cLDXEILbS5LBTsKsYeczfVuo118SkdBDSvKf0=; b=o1ZQslu1ecBUsKKHLAN5i4aAVLDqTM0eXFnaw8TWGkJZmpy+nM7/psmbwVp7AcDT+C Kg1plryHAT+H7CkboVE14OeQyXo5a1sYcrQ6A975gnalP9Zz2g40T3lTWuyzs8lvSYvE IOLPXH547u0KowAkqylldTwGGGlP9dvJhEG/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=bAnaAfXZcZ/mY8CUIiLIC+OFPhN3/LQbzlty377Yza9jOXYrFdgJXJh2ytlS3QmMez jU5U9F6v3TEAJGTcwLHKrY8jqAokq47yu8aU/BiAZc4FGlm2r6MaEzfXHEvLF4Fnikaw aFpEZ0qgZLiLTFr1XAYdZfu5gmXI42IJkwizQ= Received: by 10.68.36.170 with SMTP id r10mr2104211pbj.504.1305292483294; Fri, 13 May 2011 06:14:43 -0700 (PDT) Received: from localhost.localdomain (i118-20-60-90.s04.a013.ap.plala.or.jp [118.20.60.90]) by mx.google.com with ESMTPS id q20sm1358319pbt.72.2011.05.13.06.14.41 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 May 2011 06:14:42 -0700 (PDT) X-Mailer: git-send-email 1.7.5.1.169.g505a1.dirty In-Reply-To: <1305292458-3920-1-git-send-email-okano.osamu@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: --- Documentation/git-stage.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/git-stage.txt b/Documentation/git-stage.txt index ba3fe0d..8fcb93c 100644 --- a/Documentation/git-stage.txt +++ b/Documentation/git-stage.txt @@ -3,7 +3,7 @@ git-stage(1) NAME ---- -git-stage - Add file contents to the staging area +git-stage - Add your file contents to the staging area SYNOPSIS -- 1.7.5.1.169.g505a1.dirty