From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valentin Haenel Subject: [PATCH v2 3/5] git-reset.txt: document 'interactive.singlekey' Date: Mon, 2 May 2011 15:44:30 +0200 Message-ID: <1304343872-1654-4-git-send-email-valentin.haenel@gmx.de> References: <20110501045140.GA13387@sigill.intra.peff.net> Cc: Thomas Rast , Jeff King , Junio C Hamano , Valentin Haenel To: Git-List X-From: git-owner@vger.kernel.org Mon May 02 15:46: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 1QGtS0-0007Ni-JE for gcvg-git-2@lo.gmane.org; Mon, 02 May 2011 15:46:12 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758832Ab1EBNqJ (ORCPT ); Mon, 2 May 2011 09:46:09 -0400 Received: from kudu.in-berlin.de ([192.109.42.123]:38720 "EHLO kudu.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757730Ab1EBNqI (ORCPT ); Mon, 2 May 2011 09:46:08 -0400 Received: from kudu.in-berlin.de (localhost [127.0.0.1]) by kudu.in-berlin.de (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p42Djj4F002115; Mon, 2 May 2011 15:45:45 +0200 Received: (from esc@localhost) by kudu.in-berlin.de (8.14.3/8.14.3/Submit) id p42DjjHu002114; Mon, 2 May 2011 15:45:45 +0200 X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <20110501045140.GA13387@sigill.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Valentin Haenel Helped-by: Jeff King --- Documentation/git-reset.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 8481f9d..9f073d3 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -41,6 +41,9 @@ working tree in one go. + This means that `git reset -p` is the opposite of `git add -p` (see linkgit:git-add[1]). ++ +The configuration `interactive.singlekey` allows the user to provide +one-letter input with a single key in this mode (i.e., without hitting enter). 'git reset' [--] []:: This form resets the current branch head to and -- 1.7.1