From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valentin Haenel Subject: [PATCH v2 4/5] git-stash.txt: document 'interactive.singlekey' Date: Mon, 2 May 2011 15:44:31 +0200 Message-ID: <1304343872-1654-5-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:06 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 1QGtRt-0007Ih-N3 for gcvg-git-2@lo.gmane.org; Mon, 02 May 2011 15:46:06 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757506Ab1EBNp6 (ORCPT ); Mon, 2 May 2011 09:45:58 -0400 Received: from kudu.in-berlin.de ([192.109.42.123]:38710 "EHLO kudu.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754561Ab1EBNp5 (ORCPT ); Mon, 2 May 2011 09:45:57 -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 p42DjjLp002119; 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 p42DjjpR002118; 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-stash.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 79abc38..c8a349e 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -63,6 +63,9 @@ from your worktree. + The `--patch` option implies `--keep-index`. You can use `--no-keep-index` to override this. ++ +The configuration `interactive.singlekey` allows the user to provide +one-letter input with a single key when using `--patch` (i.e., without hitting enter). list []:: -- 1.7.1